From 075c31c6c453c9e513099e2a160b5b8b4c160b05 Mon Sep 17 00:00:00 2001 From: evdo Date: Fri, 20 Jun 2025 14:06:40 +0200 Subject: [PATCH] feat(grafana): added dashboards for victoria-logs and for argocd --- .../observability/grafana-operator/manifests/argocd.yaml | 9 +++++++++ .../grafana-operator/manifests/victoria-logs.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 otc/observability.think-ahead.cloud/stacks/observability/grafana-operator/manifests/argocd.yaml create mode 100644 otc/observability.think-ahead.cloud/stacks/observability/grafana-operator/manifests/victoria-logs.yaml diff --git a/otc/observability.think-ahead.cloud/stacks/observability/grafana-operator/manifests/argocd.yaml b/otc/observability.think-ahead.cloud/stacks/observability/grafana-operator/manifests/argocd.yaml new file mode 100644 index 0000000..b348ff7 --- /dev/null +++ b/otc/observability.think-ahead.cloud/stacks/observability/grafana-operator/manifests/argocd.yaml @@ -0,0 +1,9 @@ +apiVersion: grafana.integreatly.org/v1beta1 +kind: GrafanaDashboard +metadata: + name: argocd +spec: + instanceSelector: + matchLabels: + dashboards: "grafana" + url: "https://raw.githubusercontent.com/argoproj/argo-cd/refs/heads/master/examples/dashboard.json" diff --git a/otc/observability.think-ahead.cloud/stacks/observability/grafana-operator/manifests/victoria-logs.yaml b/otc/observability.think-ahead.cloud/stacks/observability/grafana-operator/manifests/victoria-logs.yaml new file mode 100644 index 0000000..4018fbd --- /dev/null +++ b/otc/observability.think-ahead.cloud/stacks/observability/grafana-operator/manifests/victoria-logs.yaml @@ -0,0 +1,9 @@ +apiVersion: grafana.integreatly.org/v1beta1 +kind: GrafanaDashboard +metadata: + name: victoria-logs +spec: + instanceSelector: + matchLabels: + dashboards: "grafana" + url: "https://raw.githubusercontent.com/VictoriaMetrics/VictoriaMetrics/refs/heads/master/dashboards/vm/victorialogs.json"