NOTE: Going forward, dashboards will be managed by the Service Telemetry Operator and changes should land there. This repository is now read-only.
Dashboards for use with Service Telemetry Framework. These dashboards can be loaded into a Grafana instance connected to backend data sources exposed by the Service Telemetry Framework.
Deploying a Grafana instance requires the deployment of the Grafana Operator from the Community Operators catalog source.
oc create -f deploy/subscription.yaml
Edit your ServiceTelemetry object to enable graphing by adding the following to the CustomResource:
...
graphing:
enabled: true
grafana:
ingressEnabled: true
...
Load the dashboard objects for Grafana:
oc create -f deploy/stf-1/rhos-dashboard.yaml \
-f deploy/stf-1/rhos-cloud-dashboard.yaml \
-f deploy/stf-1/virtual-machine-view.yaml \
-f deploy/stf-1/memcached-dashboard.yml