I'm debugging a MachineAgent that is sending custom metrics to a controller because there are occasional gaps in the metrics, or inconsistencies.
Does the MachineAgent enable ways to look at its internals at runtime via JMX? If so, could someone po...
Thanks Radhika, what I'd like to do is query a local MachineAgent to compare metrics it has against metrics it has written to the Controller. Installing a Java Agent would just upload more metrics to the Controller, wouldn't it?
What does AppDynami...