Skip to content

Commit

Permalink
support multi instance
Browse files Browse the repository at this point in the history
  • Loading branch information
onebox-li committed Oct 12, 2023
1 parent 711c845 commit d395548
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions assets/grafana/celeborn-jvm-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_heap_init_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "init",
"legendFormat": "init_{{instance}}",
"range": true,
"refId": "A"
},
Expand All @@ -176,7 +176,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_heap_used_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "used",
"legendFormat": "used_{{instance}}",
"range": true,
"refId": "B"
},
Expand All @@ -188,7 +188,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_heap_max_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "max",
"legendFormat": "max_{{instance}}",
"range": true,
"refId": "C"
},
Expand All @@ -200,7 +200,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_heap_committed_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "committed",
"legendFormat": "committed_{{instance}}",
"range": true,
"refId": "D"
}
Expand Down Expand Up @@ -300,7 +300,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_non_heap_init_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "init",
"legendFormat": "init_{{instance}}",
"range": true,
"refId": "A"
},
Expand All @@ -312,7 +312,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_non_heap_used_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "used",
"legendFormat": "used_{{instance}}",
"range": true,
"refId": "B"
},
Expand All @@ -324,7 +324,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_non_heap_max_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "max",
"legendFormat": "max_{{instance}}",
"range": true,
"refId": "C"
},
Expand All @@ -336,7 +336,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_non_heap_committed_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "committed",
"legendFormat": "committed_{{instance}}",
"range": true,
"refId": "D"
}
Expand Down Expand Up @@ -436,7 +436,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_total_init_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "init",
"legendFormat": "init_{{instance}}",
"range": true,
"refId": "A"
},
Expand All @@ -448,7 +448,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_total_used_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "used",
"legendFormat": "used_{{instance}}",
"range": true,
"refId": "B"
},
Expand All @@ -460,7 +460,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_total_max_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "max",
"legendFormat": "max_{{instance}}",
"range": true,
"refId": "C"
},
Expand All @@ -472,7 +472,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_total_committed_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "committed",
"legendFormat": "committed_{{instance}}",
"range": true,
"refId": "D"
}
Expand Down Expand Up @@ -586,7 +586,7 @@
"downsampleFillPolicy": "none",
"editorMode": "code",
"expr": "metrics_jvm_memory_pools_init_Value{instance=~\"${instance}\", name=~\"$pool\"}",
"legendFormat": "init",
"legendFormat": "init_{{instance}}",
"range": true,
"refId": "A"
},
Expand All @@ -601,7 +601,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_pools_used_Value{instance=~\"${instance}\", name=~\"$pool\"}",
"hide": false,
"legendFormat": "used",
"legendFormat": "used_{{instance}}",
"range": true,
"refId": "B"
},
Expand All @@ -616,7 +616,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_pools_max_Value{instance=~\"${instance}\", name=~\"$pool\"}",
"hide": false,
"legendFormat": "max",
"legendFormat": "max_{{instance}}",
"range": true,
"refId": "C"
},
Expand All @@ -631,7 +631,7 @@
"editorMode": "code",
"expr": "metrics_jvm_memory_pools_committed_Value{instance=~\"${instance}\", name=~\"$pool\"}",
"hide": false,
"legendFormat": "committed",
"legendFormat": "committed_{{instance}}",
"range": true,
"refId": "D"
}
Expand Down Expand Up @@ -740,7 +740,7 @@
"downsampleFillPolicy": "none",
"editorMode": "code",
"expr": "increase(metrics_jvm_gc_time_Value{instance=~\"${instance}\"})",
"legendFormat": "{{name}}",
"legendFormat": "{{name}}_{{instance}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -835,7 +835,7 @@
"downsampleFillPolicy": "none",
"editorMode": "code",
"expr": "increase(metrics_jvm_gc_count_Value{instance=~\"${instance}\"})",
"legendFormat": "{{name}}",
"legendFormat": "{{name}}_{{instance}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -944,7 +944,7 @@
"downsampleFillPolicy": "none",
"editorMode": "code",
"expr": "increase(metrics_JVMCPUTime_Value{instance=~\"${instance}\"})",
"legendFormat": "CPU time",
"legendFormat": "{{instance}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -1039,7 +1039,7 @@
"downsampleFillPolicy": "none",
"editorMode": "code",
"expr": "metrics_LastMinuteSystemLoad_Value{instance=~\"${instance}\"}",
"legendFormat": "system",
"legendFormat": "{{instance}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -1135,7 +1135,7 @@
"downsampleFillPolicy": "none",
"editorMode": "code",
"expr": "metrics_AvailableProcessors_Value{instance=~\"${instance}\"}",
"legendFormat": "AvailableProcessors",
"legendFormat": "{{instance}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -1230,7 +1230,7 @@
"downsampleFillPolicy": "none",
"editorMode": "code",
"expr": "metrics_jvm_thread_count_Value{instance=~\"${instance}\"}",
"legendFormat": "total",
"legendFormat": "total_{{instance}}",
"range": true,
"refId": "A"
},
Expand All @@ -1242,7 +1242,7 @@
"editorMode": "code",
"expr": "metrics_jvm_thread_daemon_count_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "daemon",
"legendFormat": "daemon_{{instance}}",
"range": true,
"refId": "B"
}
Expand Down Expand Up @@ -1337,7 +1337,7 @@
"downsampleFillPolicy": "none",
"editorMode": "code",
"expr": "metrics_jvm_thread_blocked_count_Value{instance=~\"${instance}\"}",
"legendFormat": "blocked",
"legendFormat": "blocked_{{instance}}",
"range": true,
"refId": "A"
},
Expand All @@ -1349,7 +1349,7 @@
"editorMode": "code",
"expr": "metrics_jvm_thread_new_count_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "new",
"legendFormat": "new_{{instance}}",
"range": true,
"refId": "B"
},
Expand All @@ -1361,7 +1361,7 @@
"editorMode": "code",
"expr": "metrics_jvm_thread_runnable_count_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "runnable",
"legendFormat": "runnable_{{instance}}",
"range": true,
"refId": "C"
},
Expand All @@ -1373,7 +1373,7 @@
"editorMode": "code",
"expr": "metrics_jvm_thread_timed_waiting_count_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "timed_waiting",
"legendFormat": "timed_waiting_{{instance}}",
"range": true,
"refId": "D"
},
Expand All @@ -1385,7 +1385,7 @@
"editorMode": "code",
"expr": "metrics_jvm_thread_waiting_count_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "waiting",
"legendFormat": "waiting_{{instance}}",
"range": true,
"refId": "E"
},
Expand All @@ -1397,7 +1397,7 @@
"editorMode": "code",
"expr": "metrics_jvm_thread_terminated_count_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "terminated",
"legendFormat": "terminated_{{instance}}",
"range": true,
"refId": "F"
},
Expand All @@ -1409,7 +1409,7 @@
"editorMode": "code",
"expr": "metrics_jvm_thread_deadlock_count_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "deadlock",
"legendFormat": "deadlock_{{instance}}",
"range": true,
"refId": "G"
}
Expand Down Expand Up @@ -1518,7 +1518,7 @@
"downsampleFillPolicy": "none",
"editorMode": "code",
"expr": "metrics_jvm_direct_capacity_Value{instance=~\"${instance}\"}",
"legendFormat": "capacity",
"legendFormat": "capacity_{{instance}}",
"range": true,
"refId": "A"
},
Expand All @@ -1530,7 +1530,7 @@
"editorMode": "code",
"expr": "metrics_jvm_direct_used_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "used",
"legendFormat": "used_{{instance}}",
"range": true,
"refId": "B"
}
Expand Down Expand Up @@ -1625,7 +1625,7 @@
"downsampleFillPolicy": "none",
"editorMode": "code",
"expr": "metrics_jvm_direct_count_Value{instance=~\"${instance}\"}",
"legendFormat": "count",
"legendFormat": "count_{{instance}}",
"range": true,
"refId": "A"
}
Expand Down Expand Up @@ -1721,7 +1721,7 @@
"downsampleFillPolicy": "none",
"editorMode": "code",
"expr": "metrics_jvm_mapped_capacity_Value{instance=~\"${instance}\"}",
"legendFormat": "capacity",
"legendFormat": "capacity_{{instance}}",
"range": true,
"refId": "A"
},
Expand All @@ -1733,7 +1733,7 @@
"editorMode": "code",
"expr": "metrics_jvm_mapped_used_Value{instance=~\"${instance}\"}",
"hide": false,
"legendFormat": "used",
"legendFormat": "used_{{instance}}",
"range": true,
"refId": "B"
}
Expand Down Expand Up @@ -1828,7 +1828,7 @@
"downsampleFillPolicy": "none",
"editorMode": "code",
"expr": "metrics_jvm_mapped_count_Value{instance=~\"${instance}\"}",
"legendFormat": "count",
"legendFormat": "count_{{instance}}",
"range": true,
"refId": "A"
}
Expand All @@ -1851,11 +1851,11 @@
},
"definition": "label_values(metrics_JVMCPUTime_Value, instance)",
"hide": 0,
"includeAll": false,
"includeAll": true,
"label": "instance",
"mapping": "",
"mappingOnLegend": true,
"multi": false,
"multi": true,
"name": "instance",
"options": [],
"query": {
Expand Down

0 comments on commit d395548

Please sign in to comment.