Skip to content

Commit

Permalink
sloth: add grafana dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Apr 10, 2023
1 parent a99cec9 commit d31b26d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ops/Helm/addons/sloth/templates/grafana/slo-template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: slo-dashboard
labels:
grafana_dashboard: "true"
annotations:
grafana_dashboard_folder: Analytics
data:
# https://grafana.com/grafana/dashboards/14348
istio-control-plane-dashboard.json.url: "https://grafana.com/api/dashboards/14348/revisions/5/download"

0 comments on commit d31b26d

Please sign in to comment.