Number of Metrics Monitored in Azure for single Machine

Paras N. Rambhiya 26 Reputation points
2022-07-18T10:56:16.657+00:00

Hello Team
Is there any limitation for number of metrics which can be monitored on a single machine? Since i have added around 105 metrics in application insights json but couldn't see all of them. Attached json file for reference.

Thanks
Paras221846-applicationinsights.txt

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,037 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AnuragSingh-MSFT 21,251 Reputation points
    2022-07-24T11:05:23.307+00:00

    Hi @Paras N. Rambhiya ,

    Thank you for reaching out to Microsoft Q&A for this question.

    Based on the attached txt file, I see you are configuring JMX metrics for Java application. The following are the main causes of why you might not be seeing all the metrics from your Java application in ApplicationInsights:

    1. Invalid entry for "jmxMetrics". Please ensure that the entries match objectName & attribute as available for your application. See the following to get a list of available metrics and verify: How do I know what metrics are available to configure?

    2. Note that only numeric and Boolean JMX metrics are supported and other not supported types will be ignored.

    In case the above does not help, please set "selfDiagnostics.level" to "DEBUG" as mentioned here and check the self-diagnostic log file

    Please let me know if you have any questions.

    ---
    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.