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

Dashboards for use with Service Telemetry Framework

License

Notifications You must be signed in to change notification settings

infrawatch/dashboards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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