live: add ha with redis to what's new (#37652) (#37656)

(cherry picked from commit ff1837a768)

Co-authored-by: Alexander Emelin <frvzmb@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-08-06 21:47:18 +03:00
committed by GitHub
co-authored by Alexander Emelin
parent 45c67c5b82
commit 302c542aba
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -29,6 +29,8 @@ ha_engine = redis
ha_engine_address = 127.0.0.1:6379
```
For additional information, refer to the [ha_engine]({{< relref "../administration/configuration.md#ha_engine" >}}) and [ha_engine_address]({{< relref "../administration/configuration.md#ha_engine_address" >}}) options.
After running:
- All built-in real-time notifications like dashboard changes are delivered to all Grafana server instances and broadcasted to all subscribers.
@@ -127,6 +127,10 @@ Tests are most likely to be affected. There are some tips for fixing these in th
We’d love as much feedback as possible about this change, because we are considering making this the default behavior in a future release of Grafana.
### High availability setup support for Grafana Live
We have added an experimental HA setup support for Grafana Live with Redis. This resolves the limitation when clients were connected to different Grafana instances and those instances had no shared state. For additional information, refer to [Configure Grafana Live HA setup]({{< relref "../live/live-ha-setup.md" >}}).
## Enterprise features
These features are included in the Grafana Enterprise edition.