Skip to content

Commit ec801df

Browse files
committed
logging: hardcode prometheus uid
1 parent 7475b45 commit ec801df

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

resources/configs/grafana/default_dashboard.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"datasource":
88
{
99
"type": "prometheus",
10-
"uid": "PBFA97CFB590B2093"
10+
"uid": "PBFA97CFB590B2094"
1111
},
1212
"targets":
1313
[
1414
{
1515
"datasource":
1616
{
1717
"type": "prometheus",
18-
"uid": "PBFA97CFB590B2093"
18+
"uid": "PBFA97CFB590B2094"
1919
},
2020
"expr": "outbounds",
2121
"legendFormat": "{{pod}}",
@@ -35,15 +35,15 @@
3535
"datasource":
3636
{
3737
"type": "prometheus",
38-
"uid": "PBFA97CFB590B2093"
38+
"uid": "PBFA97CFB590B2094"
3939
},
4040
"targets":
4141
[
4242
{
4343
"datasource":
4444
{
4545
"type": "prometheus",
46-
"uid": "PBFA97CFB590B2093"
46+
"uid": "PBFA97CFB590B2094"
4747
},
4848
"expr": "inbounds",
4949
"legendFormat": "{{pod}}",
@@ -63,15 +63,15 @@
6363
"datasource":
6464
{
6565
"type": "prometheus",
66-
"uid": "PBFA97CFB590B2093"
66+
"uid": "PBFA97CFB590B2094"
6767
},
6868
"targets":
6969
[
7070
{
7171
"datasource":
7272
{
7373
"type": "prometheus",
74-
"uid": "PBFA97CFB590B2093"
74+
"uid": "PBFA97CFB590B2094"
7575
},
7676
"expr": "mempool_size",
7777
"legendFormat": "{{pod}}",
@@ -91,15 +91,15 @@
9191
"datasource":
9292
{
9393
"type": "prometheus",
94-
"uid": "PBFA97CFB590B2093"
94+
"uid": "PBFA97CFB590B2094"
9595
},
9696
"targets":
9797
[
9898
{
9999
"datasource":
100100
{
101101
"type": "prometheus",
102-
"uid": "PBFA97CFB590B2093"
102+
"uid": "PBFA97CFB590B2094"
103103
},
104104
"expr": "blocks",
105105
"legendFormat": "{{pod}}",

resources/manifests/grafana_values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ datasources:
66
apiVersion: 1
77
datasources:
88
- name: Prometheus
9+
uid: "PBFA97CFB590B2094"
910
type: prometheus
1011
url: http://prometheus-kube-prometheus-prometheus.warnet-logging:9090
1112
- name: Loki

0 commit comments

Comments
 (0)