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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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