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

This commit is contained in:
Alexander Emelin
2021-08-06 20:51:46 +03:00
committed by GitHub
parent b78a67cec7
commit ff1837a768
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.