What should I consider when resolving agent metric registration limits?
In this article...
Why do I see this error and what can I do about it? AGENT_METRIC_BLACKLIST_REG_LIMIT_REACHED How can we find the custom metric with an incorrect configuration?...
If your Application Agent is not reporting data to the Controller, checking the following items on the machine where the Agent is installed:
Is the Agent log empty?Are there network connectivity issues?Are there 401 Unauthorized error messages in ...
Problem : In Sim dashboard we are seeing only the rpool volume and other volumes are not reporting
This Is By Design:
According to the current implementation for the solaris machine we report only volumes which are "/dev/dsk" apart from rpool ...
How do I solve an issue where my SIM/Machine Agent isn't capturing metrics, or showing them in the Network tab?
Problem
SIM/Machine Agent is not capturing Network metrics, and we are not seeing metrics in the Network tab
Troubleshooting net...
In order to calculate the volumes I/O metrics, a Machine Agent must use the disk file system command or df as well as the cat /proc/diskstats command in Linux. Then the Machine Agent matches the mount point and file system names of both of the comma...
Hi Sai,Can you please raise a support ticket with machine agent debug logs? Please edit the file <MachineAgent>/conf/logging/log4j.xml. Change the level value of the following <logger> elements to debug. <logger name="com.singularity"<logger name="co...
@Fernando.Villava The limit you are seeing here is the agent side limit, so the agent will send or register up to 5000 metrics to the Controller and after that, if you are trying to register any BT, Backend, SEP agent will not register those metrics ...
yes, we are expecting transaction to be traced from Browser to ControllerUI.
To trac the busniess transcation from Browser to controller UI you need to use the EUM. Below is the link for same
https://docs.appdynamics.com/display/PRO43/Overview+o...
Are not expecting browser to the controller UI ?
If yes, agent will instrument only your server code.
If you are not seeing any code of your application. could you please attach screenshot callgraph of that business transcation where we are missin...
Hi dixitchennadi,
As per my understanding, you are using the Apache Camel 2.17.2 which uses the Netty 4 and SPRING DSL configuration for your business transcations,
When you are saying
We can see the transactions on Java Code but not on XML (Sp...