Skip to content

Commit

Permalink
Merge pull request #70 from cncf-tags/rossf7-patch-1
Browse files Browse the repository at this point in the history
fix: Update Grafana URL
  • Loading branch information
nikimanoledaki authored Mar 8, 2024
2 parents d76be2e + 67589f1 commit accda56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ Steps taken to create the read-only Kubeconfig can be found [here](./read-only-k

One of the aims of this project is to create public data visualizations from the benchmark tests that can then be used for the assessments.

A public Grafana instance is available at http://147.28.134.41/ that can be accessed using the following credentials:
A public Grafana instance is available at http://147.75.40.83/ that can be accessed using the following credentials:
- 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 accda56

Please sign in to comment.