Skip to content
4 changes: 2 additions & 2 deletions charts/grafana-dashboards/argo/argocd.json
Original file line number Diff line number Diff line change
Expand Up @@ -2459,7 +2459,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_memstats_heap_alloc_bytes{job=\"argocd-repo-server\",namespace=~\"$namespace\"}",
"expr": "go_memstats_heap_alloc_bytes{job=\"argocd-repo-server-metrics\",namespace=~\"$namespace\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{pod}}",
Expand Down Expand Up @@ -2546,7 +2546,7 @@
"type": "prometheus",
"uid": "prometheus"
},
"expr": "go_goroutines{job=\"argocd-repo-server\",namespace=~\"$namespace\"}",
"expr": "go_goroutines{job=\"argocd-repo-server-metrics\",namespace=~\"$namespace\"}",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{pod}}",
Expand Down