mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 18:00:31 -06:00
Anon: Doc add feature toggle displayAnonymousStats
in docs (#88218)
* update with feature toggle in docs * fmt * Update index.md * Update index.md
This commit is contained in:
parent
3d7fc8c927
commit
c45eecad95
@ -71,6 +71,13 @@ Users can now view anonymous usage statistics, including the count of devices an
|
||||
|
||||
The number of anonymous devices is not limited by default. The configuration option `device_limit` allows you to enforce a limit on the number of anonymous devices. This enables you to have greater control over the usage within your Grafana instance and keep the usage within the limits of your environment. Once the limit is reached, any new devices that try to access Grafana will be denied access.
|
||||
|
||||
To display anonymous users and devices for versions 10.2, 10.3, 10.4, you need to enable the feature toggle `displayAnonymousStats`
|
||||
|
||||
```bash
|
||||
[feature_toggles]
|
||||
enable = displayAnonymousStats
|
||||
```
|
||||
|
||||
#### Anonymous users
|
||||
|
||||
{{< admonition type="note" >}}
|
||||
|
Loading…
Reference in New Issue
Block a user