Skip to content

Commit 88ab03a

Browse files
authored
Updating the access_mode setting description.
Access mode didn't list the possible values or an explanation to how that mapped to the Grafana Admin UI. Formatting to be like the other provider documentation. Closes #92
1 parent 63ab8ad commit 88ab03a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/docs/r/data_source.html.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@ The following arguments are supported:
9494
database to use on the selected data source server.
9595

9696
* `access_mode` - (Optional) The method by which the browser-based Grafana
97-
application will access the data source. The default is "proxy", which means
97+
application will access the data source. The default is `proxy`, which means
9898
that the application will make requests via a proxy endpoint on the Grafana
99-
server.
99+
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.
100101

101102
JSON Data (`json_data`) supports the following:
102103

0 commit comments

Comments
 (0)