Last active
July 14, 2022 19:53
-
-
Save ShubhamKhairnar/d5b9383e8866f48ecfa0afcd3acacda6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
datasources: | |
datasources.yaml: | |
apiVersion: 1 | |
datasources: | |
- name: Prometheus | |
type: prometheus | |
url: http://prometheus-service.monitoring:9090 | |
access: proxy | |
isDefault: true | |
- name: MySQL | |
type: mysql | |
url: <YOUR-URL>:3306 | |
database: <YOUR-DATABASE-NAME> | |
user: <USERNAME> | |
password: <PASSWORD> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment