From 3791a849afe033d3afbf0d0adba84ae91b76ab5b Mon Sep 17 00:00:00 2001 From: royalcat <k.adamovich20@gmail.com> Date: Mon, 6 May 2024 12:44:49 +0300 Subject: [PATCH] fix mimir datasource --- grafana/datasources.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana/datasources.yaml b/grafana/datasources.yaml index d73377b..b712ecb 100644 --- a/grafana/datasources.yaml +++ b/grafana/datasources.yaml @@ -22,10 +22,10 @@ datasources: editable: false - name: Mimir uid: mimir - type: mimir + type: prometheus access: proxy orgId: 1 - url: http://mimir:9009 + url: http://mimir:9009/prometheus editable: false - name: Pyroscope uid: pyroscope