From 7b4ce0e21ac92f41f7cb9ba91e07fd8fe786759a Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Fri, 12 Jun 2026 20:58:27 +0300 Subject: [PATCH] add loki to grafana --- manifests/metrics/grafana/loki-datasource.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifests/metrics/grafana/loki-datasource.yaml diff --git a/manifests/metrics/grafana/loki-datasource.yaml b/manifests/metrics/grafana/loki-datasource.yaml new file mode 100644 index 0000000..3ad5eb0 --- /dev/null +++ b/manifests/metrics/grafana/loki-datasource.yaml @@ -0,0 +1,17 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: loki-grafana-ds + namespace: metrics + labels: + grafana_datasource: "1" +data: + datasource.yaml: | + apiVersion: 1 + datasources: + - access: proxy + isDefault: false + name: Loki + type: loki + uid: Loki + url: http://loki.metrics.svc.cluster.local:3100