Commit 1b8f8e60 authored by Ilya Veselov's avatar Ilya Veselov

jboss_threads_dashboard

parent e948eb9e
......@@ -47,7 +47,7 @@
"gnetId": 10313,
"graphTooltip": 1,
"id": null,
"iteration": 1564119795146,
"iteration": 1566474421765,
"links": [],
"panels": [
{
......@@ -681,7 +681,7 @@
"h": 1,
"w": 24,
"x": 0,
"y": 140
"y": 56
},
"id": 29,
"panels": [],
......@@ -699,7 +699,7 @@
"h": 9,
"w": 12,
"x": 0,
"y": 141
"y": 57
},
"id": 24,
"legend": {
......@@ -796,7 +796,7 @@
"h": 9,
"w": 12,
"x": 12,
"y": 141
"y": 57
},
"id": 22,
"legend": {
......@@ -885,7 +885,7 @@
"h": 9,
"w": 12,
"x": 0,
"y": 150
"y": 66
},
"id": 20,
"legend": {
......@@ -974,7 +974,7 @@
"h": 9,
"w": 12,
"x": 12,
"y": 150
"y": 66
},
"id": 43,
"legend": {
......@@ -1094,7 +1094,7 @@
"h": 1,
"w": 24,
"x": 0,
"y": 159
"y": 75
},
"id": 27,
"panels": [],
......@@ -1112,7 +1112,7 @@
"h": 9,
"w": 12,
"x": 0,
"y": 160
"y": 76
},
"id": 25,
"legend": {
......@@ -1211,7 +1211,7 @@
"h": 9,
"w": 12,
"x": 12,
"y": 160
"y": 76
},
"id": 30,
"legend": {
......@@ -1301,7 +1301,7 @@
"h": 9,
"w": 12,
"x": 0,
"y": 169
"y": 85
},
"id": 10,
"legend": {
......@@ -1391,7 +1391,7 @@
"h": 9,
"w": 12,
"x": 12,
"y": 169
"y": 85
},
"id": 8,
"legend": {
......@@ -1482,7 +1482,7 @@
"h": 9,
"w": 12,
"x": 0,
"y": 178
"y": 94
},
"id": 41,
"legend": {
......@@ -1588,7 +1588,7 @@
"h": 9,
"w": 12,
"x": 12,
"y": 178
"y": 94
},
"id": 6,
"legend": {
......@@ -1622,8 +1622,29 @@
"hide": false,
"interval": "",
"intervalFactor": 1,
"legendFormat": "{{instance}}",
"legendFormat": "{{instance}} - current",
"refId": "A"
},
{
"expr": "sum by(instance,job) (jvm_threads_daemon{instance=~\"${instance:pipe}\",job=~\"$job\"})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{instance}} - daemon",
"refId": "B"
},
{
"expr": "sum by(instance,job) (jvm_threads_current{instance=~\"${instance:pipe}\",job=~\"$job\"}-jvm_threads_daemon{instance=~\"${instance:pipe}\",job=~\"$job\"})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{instance}} - non- daemon",
"refId": "C"
},
{
"expr": "sum by(instance,job) (jvm_threads_deadlocked{instance=~\"${instance:pipe}\",job=~\"$job\"})",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{instance}} - deadlocked",
"refId": "D"
}
],
"thresholds": [],
......@@ -1679,7 +1700,7 @@
"h": 9,
"w": 12,
"x": 0,
"y": 187
"y": 103
},
"id": 14,
"legend": {
......@@ -1913,7 +1934,7 @@
]
},
"time": {
"from": "now-5m",
"from": "now-1h",
"to": "now"
},
"timepicker": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment