blob: 860cb5b5cba4a5241977c6ccc989d77f2965fe21 [file] [log] [blame]
{
"report_name" : "jvm_threads_report",
"report_type" : "standard",
"title" : "JVM Threads Status",
"vertical_label" : "Number Of Threads",
"series" : [
{ "metric": "jvm.JvmMetrics.ThreadsBlocked", "color": "ff0000", "label": "Blocked",
"line_width": "2", "type": "stack" },
{ "metric": "jvm.JvmMetrics.ThreadsWaiting", "color": "ff6600", "label": "Waiting",
"line_width": "2", "type": "stack" },
{ "metric": "jvm.JvmMetrics.ThreadsTimedWaiting", "color": "ffff00", "label": "Timed Waiting",
"line_width": "2", "type": "stack" },
{ "metric": "jvm.JvmMetrics.ThreadsRunnable", "color": "00ff00", "label": "Runnable",
"line_width": "2", "type": "stack" }
]
}