Skip to content

Commit

Permalink
mimir-microservices-mode: add prometheus datasource (#10354)
Browse files Browse the repository at this point in the history
* mimir-microservices-mode: add prometheus datasource

this is useful to use as a datasource when the Mimir cluster has an outage

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>

* Remove prometheusTypeMimir

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>

---------

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
  • Loading branch information
dimitarvdimitrov authored Jan 9, 2025
1 parent d68b6ad commit 3091c3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions development/mimir-microservices-mode/config/datasources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ datasources:
- name: traceID
datasourceUid: jaeger

- name: Prometheus
type: prometheus
access: proxy
uid: prometheus
orgID: 1
url: http://prometheus:9090

- name: Mimir (query results caching disabled)
type: prometheus
access: proxy
Expand Down

0 comments on commit 3091c3a

Please sign in to comment.