Skip to content

Commit d7364b4

Browse files
authored
fix(dashboard): Allow quantile label as float and integer (#24087)
Signed-off-by: Adrian Berger <[email protected]>
1 parent f78cddf commit d7364b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3280,7 +3280,7 @@
32803280
"datasource": {
32813281
"uid": "$datasource"
32823282
},
3283-
"expr": "go_gc_duration_seconds{job=\"argocd-server-metrics\", quantile=\"1\", namespace=~\"$namespace\"}",
3283+
"expr": "go_gc_duration_seconds{job=\"argocd-server-metrics\", quantile=~\"1.0|1\", namespace=~\"$namespace\"}",
32843284
"format": "time_series",
32853285
"intervalFactor": 2,
32863286
"legendFormat": "{{pod}}",

0 commit comments

Comments
 (0)