-
What Grafana version and what operating system are you using?
9.3.6 -
What are you trying to achieve?
I’m trying to add alertmanager datasource with prometheus implementation in the helm chart. -
How are you trying to achieve it?
I put this config in the values.yaml
datasources:
datasources.yaml:
datasources:
- name: Alertmanager
type: alertmanager
url: http://prometheus-alertmanager:9093
access: proxy
isDefault: false
jsonData:
implementation: prometheus
-
What happened?
The alertmanager datasource was successfully added from the grafana dashboard. But theImplementation
was still selectedMimir
-
What did you expect to happen?
TheImplementation
should be selectedPrometheus
-
Can you copy/paste the configuration(s) that you are having problems with?
datasources:
datasources.yaml:
datasources:
- name: Alertmanager
type: alertmanager
url: http://prometheus-alertmanager:9093
access: proxy
isDefault: false
jsonData:
implementation: prometheus
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
No error. -
Did you follow any online instructions? If so, what is the URL?
Alertmanager data source | Grafana documentation