| Class | Description |
|---|---|
| DeadLockDetectorPerformanceCounter |
The class uses the JVM ThreadMXBean to detect threads dead locks
A metric with value 0 is sent when there are no blocked threads,
otherwise the number of detected blocked threads is sent with a
dimension that holds information like thread id and minimal stack traces as trace telemetries
Created by gupele on 8/7/2016.
|
| GCPerformanceCounter |
The class reports GC related data
Created by gupele on 8/8/2016.
|
| JvmHeapMemoryUsedPerformanceCounter |
The class will create a metric telemetry for capturing the Jvm's heap memory usage
Created by gupele on 8/8/2016.
|