diff options
Diffstat (limited to 'f3s/prometheus/loki-datasource.yaml')
| -rw-r--r-- | f3s/prometheus/loki-datasource.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/f3s/prometheus/loki-datasource.yaml b/f3s/prometheus/loki-datasource.yaml new file mode 100644 index 0000000..6dbb4f3 --- /dev/null +++ b/f3s/prometheus/loki-datasource.yaml @@ -0,0 +1,18 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: loki-grafana-datasource + namespace: monitoring + labels: + grafana_datasource: "1" +data: + loki-datasource.yaml: |- + apiVersion: 1 + datasources: + - name: Loki + type: loki + uid: loki + url: http://loki.monitoring.svc.cluster.local:3100 + access: proxy + isDefault: false + editable: false |
