We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e40d16 + 88ab03a commit cf4a434Copy full SHA for cf4a434
website/docs/r/data_source.html.md
@@ -94,9 +94,10 @@ The following arguments are supported:
94
database to use on the selected data source server.
95
96
* `access_mode` - (Optional) The method by which the browser-based Grafana
97
- application will access the data source. The default is "proxy", which means
+ application will access the data source. The default is `proxy`, which means
98
that the application will make requests via a proxy endpoint on the Grafana
99
- server.
+ server. Proxy is displayed in the Grafana admin as Server. Another possible value is
100
+ `direct` which is displayed in the Grafana admin as Browser.
101
102
JSON Data (`json_data`) supports the following:
103
0 commit comments