26 lines
490 B
YAML
26 lines
490 B
YAML
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
|
|
|