From ba2865af1b91c941d994868b80fabc09f9138aeb Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Tue, 12 Sep 2023 23:03:44 -0400 Subject: [PATCH] No longer import the events dashboard With a refocus on telemetry by default and without event usage, remove the event dashboards as an event data store is optional and no longer included by default. Related STF-1498 --- .../modules/proc_importing-dashboards.adoc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc-Service-Telemetry-Framework/modules/proc_importing-dashboards.adoc b/doc-Service-Telemetry-Framework/modules/proc_importing-dashboards.adoc index 06b30f6e..2f6926b1 100644 --- a/doc-Service-Telemetry-Framework/modules/proc_importing-dashboards.adoc +++ b/doc-Service-Telemetry-Framework/modules/proc_importing-dashboards.adoc @@ -26,14 +26,6 @@ $ oc apply -f https://raw.githubusercontent.com/infrawatch/dashboards/master/dep grafanadashboard.integreatly.org/rhos-cloud-dashboard-1 created ---- -. Import the cloud events dashboard: -+ -[source,bash,options="nowrap"] ----- -$ oc apply -f https://raw.githubusercontent.com/infrawatch/dashboards/master/deploy/stf-1/rhos-cloudevents-dashboard.yaml - -grafanadashboard.integreatly.org/rhos-cloudevents-dashboard created ----- . Import the virtual machine dashboard: + [source,bash,options="nowrap"] @@ -60,7 +52,6 @@ $ oc get grafanadashboards NAME AGE memcached-dashboard-1 7s rhos-cloud-dashboard-1 23s -rhos-cloudevents-dashboard 18s rhos-dashboard-1 29s virtual-machine-view-1 13s ----