mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
fix(dashboard): Allow quantile label as float and integer (#24087)
Signed-off-by: Adrian Berger <adrian.berger@bedag.ch>
This commit is contained in:
parent
f78cddf736
commit
d7364b4662
1 changed files with 1 additions and 1 deletions
|
|
@ -3280,7 +3280,7 @@
|
|||
"datasource": {
|
||||
"uid": "$datasource"
|
||||
},
|
||||
"expr": "go_gc_duration_seconds{job=\"argocd-server-metrics\", quantile=\"1\", namespace=~\"$namespace\"}",
|
||||
"expr": "go_gc_duration_seconds{job=\"argocd-server-metrics\", quantile=~\"1.0|1\", namespace=~\"$namespace\"}",
|
||||
"format": "time_series",
|
||||
"intervalFactor": 2,
|
||||
"legendFormat": "{{pod}}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue