Skip to content

Commit f555b40

Browse files
committed
update prometheus proxy url in dashboards
1 parent a48573c commit f555b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/platform/templates/grafana-application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ datasources:
5555
datasources:
5656
- name: Prometheus
5757
type: prometheus
58-
url: http://platform-prometheus-proxy:9090
58+
url: http://platform-reports-prometheus-proxy:9090
5959
access: proxy
6060
isDefault: true
6161
jsonData:

charts/platform/tests/__snapshot__/grafana-application_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ should match snapshot:
4747
prometheusType: Thanos
4848
name: Prometheus
4949
type: prometheus
50-
url: http://platform-prometheus-proxy:9090
50+
url: http://platform-reports-prometheus-proxy:9090
5151
grafana.ini:
5252
analytics:
5353
check_for_updates: false

0 commit comments

Comments
 (0)