Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rossf7 authored Mar 6, 2024
1 parent d49c8ca commit 67589f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ A public Grafana instance is available at http://147.75.40.83/ that can be acces
- Username: `admin`
- Password: `prom-operator`

Prometheus metrics can be queried at http://147.28.134.41/explore using the same credentials.
Prometheus metrics can be queried at http://147.75.40.83/explore using the same credentials.

To add a new Grafana dashboard, currently we deploy them as a ConfigMap managed by Flux. For example, in the Kepler dashboard [here](../../clusters/base/kepler-grafana.yaml), `data` contains the Grafana dashboard as a raw JSON object. The [Grafana sidecar for dashboards](https://github.com/grafana/helm-charts/tree/main/charts/grafana#sidecar-for-dashboards) watches all ConfigMaps and looks for the ones with the label (`metadata.labels`) `grafana_dashboard: "1"`.

0 comments on commit 67589f1

Please sign in to comment.