Skip to content

Commit

Permalink
Changed Grafana's data source's url to http://prometheus.monitoring.s…
Browse files Browse the repository at this point in the history
…vc:9090. Now it should automatically find the correct data source. (In case of changing prometheus svc's metadata.name, change the url too)
  • Loading branch information
davidkornel committed Jan 19, 2021
1 parent 9405c97 commit bfb24c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/l7mp-prometheus/templates/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:
"name": "prometheus",
"orgId": 1,
"type": "prometheus",
"url": "http://172.17.0.3:30900",
"url": " http://prometheus.monitoring.svc:9090",
"version": 1
}
]
Expand Down

0 comments on commit bfb24c3

Please sign in to comment.