Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[YUNIKORN-2825] Fix the job name of pprof dashboard in Grafana dashboard #930

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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