Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.06 KB

Service Telemetry Dashboards (read-only)

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.

Installation

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