mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
replaced ascii image with png image (#47032)
This commit is contained in:
parent
a5e4a533fa
commit
d3b2ffed35
@ -1,5 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = " Configure high availability"
|
title = " High availability"
|
||||||
description = "High Availability"
|
description = "High Availability"
|
||||||
keywords = ["grafana", "alerting", "tutorials", "ha", "high availability"]
|
keywords = ["grafana", "alerting", "tutorials", "ha", "high availability"]
|
||||||
weight = 450
|
weight = 450
|
||||||
@ -11,25 +11,7 @@ The Grafana alerting system has two main components: a `Scheduler` and an intern
|
|||||||
|
|
||||||
When it comes to running Grafana alerting in high availability the operational mode of the scheduler is unaffected such that all alerts continue be evaluated in each Grafana instance. Rather the operational change happens in the Alertmanager which **deduplicates** alert notifications across Grafana instances.
|
When it comes to running Grafana alerting in high availability the operational mode of the scheduler is unaffected such that all alerts continue be evaluated in each Grafana instance. Rather the operational change happens in the Alertmanager which **deduplicates** alert notifications across Grafana instances.
|
||||||
|
|
||||||
```
|
{{< figure src="/static/img/docs/alerting/unified/high-availability-ua.png" class="docs-image--no-shadow" max-width= "750px" caption="High availability" >}}
|
||||||
.─────.
|
|
||||||
╱ ╲ ┌────────────────┐
|
|
||||||
( User )──────┐ ┌──────────────────────────────────┐ │ │
|
|
||||||
`. ,' │ │┌─────────┐ ┌──────────────┐ │ │ ▼
|
|
||||||
`───' │ ││Scheduler│──────▶Alertmananager│─┼──┘ ┌──────────────────────┐
|
|
||||||
│ ┌───────────┐ ┌─▶│└─────────┘ ▲──────────────┤ │ │ │
|
|
||||||
.─────. │ │ Load │ │ │Grafana │ │ │ │ │
|
|
||||||
╱ ╲ │ │ Balancing │ │ └─────────────────┼──────────────┼─┘ │ Integrations │
|
|
||||||
( User )──────┼─────▶│ Reverse │──┤ ┌─────────────────┼──────────────┼─┐ │ │
|
|
||||||
`. ,' │ │ Proxy │ │ │┌─────────┐ ├──────────────▼ │ │ │
|
|
||||||
`───' │ └───────────┘ │ ││Scheduler│──────▶Alertmananager│─┼──┐ └──────────────────────┘
|
|
||||||
│ └─▶│└─────────┘ └──────────────┘ │ │ ▲
|
|
||||||
.─────. │ │Grafana │ │ │
|
|
||||||
╱ ╲ │ └──────────────────────────────────┘ └────────────────┘
|
|
||||||
( User )──────┘
|
|
||||||
`. ,'
|
|
||||||
`───'
|
|
||||||
```
|
|
||||||
|
|
||||||
The coordination between Grafana instances happens via [a Gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol). Alerts are not gossiped between instances. It is expected that each scheduler delivers the same alerts to each Alertmanager.
|
The coordination between Grafana instances happens via [a Gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol). Alerts are not gossiped between instances. It is expected that each scheduler delivers the same alerts to each Alertmanager.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user