Skip to content

Commit

Permalink
[YUNIKORN-2825] Fix the job name of pprof dashboard in Grafana dashbo…
Browse files Browse the repository at this point in the history
…ard (#930)

Closes: #930

Signed-off-by: Craig Condit <ccondit@apache.org>
  • Loading branch information
blueBlue0102 authored and craigcondit committed Oct 24, 2024
1 parent ee8d1c0 commit eec753b
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions deployments/grafana-dashboard/yunikorn-pprof.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "go_memstats_mspan_inuse_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_mspan_inuse_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand All @@ -93,7 +93,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "go_memstats_mspan_sys_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_mspan_sys_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand All @@ -105,7 +105,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_memstats_mcache_inuse_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_mcache_inuse_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand All @@ -116,7 +116,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_memstats_mcache_sys_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_mcache_sys_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand All @@ -127,7 +127,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_memstats_buck_hash_sys_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_buck_hash_sys_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand All @@ -138,7 +138,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_memstats_gc_sys_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_gc_sys_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand All @@ -149,7 +149,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_memstats_next_gc_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_next_gc_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand Down Expand Up @@ -242,7 +242,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_memstats_heap_alloc_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_heap_alloc_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand All @@ -253,7 +253,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_memstats_heap_sys_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_heap_sys_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand All @@ -264,7 +264,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_memstats_heap_idle_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_heap_idle_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand All @@ -276,7 +276,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "go_memstats_heap_inuse_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_heap_inuse_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand All @@ -288,7 +288,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_memstats_heap_released_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_heap_released_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand Down Expand Up @@ -386,7 +386,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "go_memstats_alloc_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_alloc_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{pod}} - bytes allocated",
Expand All @@ -401,7 +401,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "go_memstats_alloc_bytes_total{job=~\"yunikorn\"}",
"expr": "go_memstats_alloc_bytes_total{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{pod}} - alloc rate",
Expand All @@ -415,7 +415,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_memstats_stack_inuse_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_stack_inuse_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{pod}} - stack inuse",
Expand All @@ -428,7 +428,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_memstats_heap_inuse_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_heap_inuse_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"hide": false,
"intervalFactor": 2,
Expand Down Expand Up @@ -526,7 +526,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "go_memstats_sys_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_sys_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand Down Expand Up @@ -621,7 +621,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "go_memstats_stack_inuse_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_stack_inuse_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand All @@ -634,7 +634,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "go_memstats_stack_sys_bytes{job=~\"yunikorn\"}",
"expr": "go_memstats_stack_sys_bytes{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand Down Expand Up @@ -729,7 +729,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "go_goroutines{job=~\"yunikorn\"}",
"expr": "go_goroutines{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{__name__}}",
Expand Down Expand Up @@ -826,7 +826,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "go_memstats_mallocs_total{job=~\"yunikorn\"} - go_memstats_frees_total{job=~\"yunikorn\"}",
"expr": "go_memstats_mallocs_total{job=~\"yunikorn.*\"} - go_memstats_frees_total{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "# of live objects",
Expand Down Expand Up @@ -922,7 +922,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "go_gc_duration_seconds{job=~\"yunikorn\"}",
"expr": "go_gc_duration_seconds{job=~\"yunikorn.*\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{quantile}}",
Expand Down Expand Up @@ -1018,7 +1018,7 @@
"uid": "prometheus"
},
"editorMode": "code",
"expr": "rate(go_memstats_lookups_total{job=~\"yunikorn\"}[30s])",
"expr": "rate(go_memstats_lookups_total{job=~\"yunikorn.*\"}[30s])",
"format": "time_series",
"intervalFactor": 1,
"range": true,
Expand Down

0 comments on commit eec753b

Please sign in to comment.