You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we had deployed the grafana instance in k8s cluster using helm chart, in the backend configurations we changed the environment variabled pointing to mongodb, but the grafana is coming up with the mongodb and using default postgresql instance.
Also in the official grafana page, there is no document how mongodb supports the grafana as backend database, can you help me how to resolve it.
below is the format i used in my code to define the mongodb.
env:
- name: GF_DATABASE_TYPE
value: mongodb
- name: GF_DATABASE_URL
value: "mongodb://mongodb:27017/grafana"
The text was updated successfully, but these errors were encountered:
This project is a "backend" only for the macropower-analytics-panel.
Macropower-analytics-panel sends data each time a user opens or closes a dashboard and this project is only there to gather that data.
Hey,
we had deployed the grafana instance in k8s cluster using helm chart, in the backend configurations we changed the environment variabled pointing to mongodb, but the grafana is coming up with the mongodb and using default postgresql instance.
Also in the official grafana page, there is no document how mongodb supports the grafana as backend database, can you help me how to resolve it.
below is the format i used in my code to define the mongodb.
env:
- name: GF_DATABASE_TYPE
value: mongodb
- name: GF_DATABASE_URL
value: "mongodb://mongodb:27017/grafana"
The text was updated successfully, but these errors were encountered: