Add info about access mode (#30137)

This commit is contained in:
Ivana Huckova
2021-01-08 19:19:28 +01:00
committed by GitHub
parent 8ad79a2635
commit e99cb309d3

View File

@ -166,6 +166,7 @@ apiVersion: 1
datasources: datasources:
- name: Prometheus - name: Prometheus
type: prometheus type: prometheus
# Access mode - proxy (server in the UI) or direct (browser in the UI).
access: proxy access: proxy
url: http://localhost:9090 url: http://localhost:9090
``` ```