Use proxy to scrape Prometheus datasource
This commit is contained in:
parent
a5fb3de2c0
commit
d9b253b63d
|
@ -3,7 +3,7 @@ apiVersion: 1
|
|||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: direct
|
||||
access: proxy
|
||||
orgId: 1
|
||||
url: http://%%adresse_ip_eth0:9090
|
||||
isDefault: true
|
||||
|
|
Loading…
Reference in New Issue