Skip to content

Commit

Permalink
added dashboard id's and linked to Grafana Docs for more info.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed May 23, 2024
1 parent 57bf1e8 commit 77cb9d2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion doc/observability/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@

Explore a variety of starting points for monitoring your Kuadrant installation with our [examples](https://github.com/Kuadrant/kuadrant-operator/tree/main/examples) folder. These dashboards and alerts are ready-to-use and easily customizable to fit your environment.

There are some example dashboards uploaded to [Grafana.com](https://grafana.com/grafana/dashboards/) . You can use the ID's listed below to import these dashboards into Grafana:

| Name | ID |
| ----------- | ----------- |
| [App Developer Dashboard](https://grafana.com/grafana/dashboards/20970) | `20970` |
| [Business User Dashboard](https://grafana.com/grafana/dashboards/20981) | `20981` |
| [Platform Engineer Dashboard](https://grafana.com/grafana/dashboards/20982) | `20982` |

## Dashboards

### Importing Dashboards into Grafana

- **UI Method:** Use the 'Import' feature in the Grafana UI to upload dashboard JSON files directly.
For more details on how to import dashboards into Grafana, visit the [import dashboards](https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/import-dashboards/) page.

- **UI Method:**
- **JSON** - Use the 'Import' feature in the Grafana UI to upload dashboard JSON files directly.
- **ID** - Use the 'Import' feature in the Grafana UI to import via [Grafana.com](https://grafana.com/grafana/dashboards/) using a Dashboard ID.
- **ConfigMap Method:** Automate dashboard provisioning by adding files to a ConfigMap, which should be mounted at `/etc/grafana/provisioning/dashboards`.

Datasources are configured as template variables, automatically integrating with your existing data sources. Metrics for these dashboards are sourced from [Prometheus](https://github.com/prometheus/prometheus). For more details on the metrics used, visit the [metrics](https://docs.kuadrant.io/kuadrant-operator/doc/observability/metrics/) documentation page.
Expand Down

0 comments on commit 77cb9d2

Please sign in to comment.