Skip to content

Instantly share code, notes, and snippets.

@ShubhamKhairnar
Last active July 14, 2022 19:53
Show Gist options
  • Save ShubhamKhairnar/d5b9383e8866f48ecfa0afcd3acacda6 to your computer and use it in GitHub Desktop.
Save ShubhamKhairnar/d5b9383e8866f48ecfa0afcd3acacda6 to your computer and use it in GitHub Desktop.
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