| 12345678910111213141516171819202122232425 |
- apiVersion: 1
- datasources:
- - orgId: 1
- name: prometheus
- type: prometheus
- isDefault: True
- access: proxy
- url: http://prometheus.example.com:9090
- - name: Graphite
- type: graphite
- access: proxy
- url: http://localhost:8080
- - orgId: 2
- name: prometheus
- type: prometheus
- isDefault: True
- access: proxy
- url: http://prometheus.example.com:9090
- - orgId: 2
- name: Graphite
- type: graphite
- access: proxy
- url: http://localhost:8080
|