Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to add mongodb as grafana backend database #7

Open
Techops-ather opened this issue Jun 19, 2023 · 1 comment
Open

unable to add mongodb as grafana backend database #7

Techops-ather opened this issue Jun 19, 2023 · 1 comment

Comments

@Techops-ather
Copy link

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"

@jtommi
Copy link
Owner

jtommi commented Jun 19, 2023

Hello,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants