diff --git a/resources/configs/grafana/default_dashboard.json b/resources/configs/grafana/default_dashboard.json index 8169b1731..0ed627e22 100644 --- a/resources/configs/grafana/default_dashboard.json +++ b/resources/configs/grafana/default_dashboard.json @@ -7,7 +7,7 @@ "datasource": { "type": "prometheus", - "uid": "PBFA97CFB590B2093" + "uid": "PBFA97CFB590B2094" }, "targets": [ @@ -15,7 +15,7 @@ "datasource": { "type": "prometheus", - "uid": "PBFA97CFB590B2093" + "uid": "PBFA97CFB590B2094" }, "expr": "outbounds", "legendFormat": "{{pod}}", @@ -35,7 +35,7 @@ "datasource": { "type": "prometheus", - "uid": "PBFA97CFB590B2093" + "uid": "PBFA97CFB590B2094" }, "targets": [ @@ -43,7 +43,7 @@ "datasource": { "type": "prometheus", - "uid": "PBFA97CFB590B2093" + "uid": "PBFA97CFB590B2094" }, "expr": "inbounds", "legendFormat": "{{pod}}", @@ -63,7 +63,7 @@ "datasource": { "type": "prometheus", - "uid": "PBFA97CFB590B2093" + "uid": "PBFA97CFB590B2094" }, "targets": [ @@ -71,7 +71,7 @@ "datasource": { "type": "prometheus", - "uid": "PBFA97CFB590B2093" + "uid": "PBFA97CFB590B2094" }, "expr": "mempool_size", "legendFormat": "{{pod}}", @@ -91,7 +91,7 @@ "datasource": { "type": "prometheus", - "uid": "PBFA97CFB590B2093" + "uid": "PBFA97CFB590B2094" }, "targets": [ @@ -99,7 +99,7 @@ "datasource": { "type": "prometheus", - "uid": "PBFA97CFB590B2093" + "uid": "PBFA97CFB590B2094" }, "expr": "blocks", "legendFormat": "{{pod}}", diff --git a/resources/manifests/grafana_values.yaml b/resources/manifests/grafana_values.yaml index 8368f6ca6..110622911 100644 --- a/resources/manifests/grafana_values.yaml +++ b/resources/manifests/grafana_values.yaml @@ -6,6 +6,7 @@ datasources: apiVersion: 1 datasources: - name: Prometheus + uid: "PBFA97CFB590B2094" type: prometheus url: http://prometheus-kube-prometheus-prometheus.warnet-logging:9090 - name: Loki