Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: add grafana datasource for psql #15

Closed
wants to merge 4 commits into from

Conversation

sakshi1215
Copy link

fixes #14

@jennydaman jennydaman linked an issue Nov 9, 2022 that may be closed by this pull request
Copy link
Collaborator

@jennydaman jennydaman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it makes sense to mix YAML and INI config syntax.

@sakshi1215
Copy link
Author

sakshi1215 commented Nov 9, 2022 via email

@sakshi1215
Copy link
Author

@jennydaman It is fixed now, please take a look. Ini & datasources are two different files which can't be merged, idk why I configured it in the helm-chart way where you can merge ini in your values.yaml.

@@ -284,6 +284,7 @@ services:
volumes:
- grafana_data:/var/lib/grafana
- ./grafana.ini:/etc/grafana/grafana.ini:ro
- ./provisionaning:/etc/grafana/provisioning
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the dir name contains a typo, would you fix this?

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

Successfully merging this pull request may close these issues.

Provision psql datasource in grafana at startup
2 participants