diff options
| author | ginn13 <ginn13@users.noreply.github.com> | 2022-08-04 19:08:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-04 09:08:40 -0700 |
| commit | 28a1f42962a3c22fa341d62e52ed014ae17c508f (patch) | |
| tree | 62960fec1a898e7906793581baa08e2c66421611 /other | |
| parent | 22181dd01895d5c993979678ae13c601548c20f8 (diff) | |
| download | seaweedfs-28a1f42962a3c22fa341d62e52ed014ae17c508f.tar.xz seaweedfs-28a1f42962a3c22fa341d62e52ed014ae17c508f.zip | |
Helm chart monitoring improvements (#3406)
Diffstat (limited to 'other')
| -rw-r--r-- | other/metrics/grafana_seaweedfs_k8s.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/other/metrics/grafana_seaweedfs_k8s.json b/other/metrics/grafana_seaweedfs_k8s.json index 348198e52..d1b6b1714 100644 --- a/other/metrics/grafana_seaweedfs_k8s.json +++ b/other/metrics/grafana_seaweedfs_k8s.json @@ -1891,7 +1891,7 @@ "steppedLine": false, "targets": [ { - "expr": "go_memstats_alloc_bytes{namespace=~\"$namespace\", endpoint=\"swfs-filer-metrics\"}", + "expr": "go_memstats_alloc_bytes{namespace=~\"$namespace\", endpoint=\"metrics\"}", "format": "time_series", "hide": false, "interval": "", @@ -1909,7 +1909,7 @@ "refId": "A" }, { - "expr": "go_memstats_stack_inuse_bytes{namespace=~\"$namespace\", endpoint=\"swfs-filer-metrics\"}", + "expr": "go_memstats_stack_inuse_bytes{namespace=~\"$namespace\", endpoint=\"metrics\"}", "format": "time_series", "hide": true, "interval": "", @@ -1918,7 +1918,7 @@ "refId": "C" }, { - "expr": "go_memstats_heap_inuse_bytes{namespace=~\"$namespace\", endpoint=\"swfs-filer-metrics\"}", + "expr": "go_memstats_heap_inuse_bytes{namespace=~\"$namespace\", endpoint=\"metrics\"}", "format": "time_series", "hide": true, "interval": "", @@ -2019,7 +2019,7 @@ "steppedLine": false, "targets": [ { - "expr": "go_gc_duration_seconds{namespace=~\"$namespace\", endpoint=\"swfs-filer-metrics\"}", + "expr": "go_gc_duration_seconds{namespace=~\"$namespace\", endpoint=\"metrics\"}", "format": "time_series", "interval": "", "intervalFactor": 2, @@ -2119,7 +2119,7 @@ "steppedLine": false, "targets": [ { - "expr": "go_goroutines{namespace=~\"$namespace\", endpoint=\"swfs-filer-metrics\"}", + "expr": "go_goroutines{namespace=~\"$namespace\", endpoint=\"metrics\"}", "format": "time_series", "interval": "", "intervalFactor": 2, @@ -2203,7 +2203,7 @@ "value": "s3" }, "datasource": "$DS_PROMETHEUS", - "definition": "label_values({endpoint=\"swfs-filer-metrics\"}, namespace)", + "definition": "label_values({endpoint=\"metrics\"}, namespace)", "hide": 0, "includeAll": false, "label": "namespace", @@ -2216,7 +2216,7 @@ "value": "s3" } ], - "query": "label_values({endpoint=\"swfs-filer-metrics\"}, namespace)", + "query": "label_values({endpoint=\"metrics\"}, namespace)", "refresh": 0, "regex": "", "skipUrlSync": false, |
