mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
live: mention HA limitations in administration docs (#36752)
This commit is contained in:
parent
34699713ea
commit
48941da02e
@ -24,6 +24,10 @@ Grafana will now persist all long term data in the database. How to configure th
|
||||
|
||||
Currently alerting supports a limited form of high availability. [Alert notifications]({{< relref "../alerting/old-alerting/notifications.md" >}}) are deduplicated when running multiple servers. This means all alerts are executed on every server but alert notifications are only sent once per alert. Grafana does not support load distribution between servers.
|
||||
|
||||
## Grafana Live
|
||||
|
||||
Grafana Live works with limitations in highly available setup. For details, refer to the [Grafana Live documentation]({{< relref "../live/live-ha-setup.md" >}}).
|
||||
|
||||
## User sessions
|
||||
|
||||
Grafana uses auth token strategy with database by default. This means that a load balancer can send a user to any Grafana server without having to log in on each server.
|
||||
|
Loading…
Reference in New Issue
Block a user