Skip to content

Commit 49fa6e9

Browse files
authored
Merge branch 'main' into krajo/om2-should-meta
2 parents 9c3a8c3 + 2b548c7 commit 49fa6e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/introduction/faq.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ There are always trade-offs to make when running services, and Prometheus values
3333
### Can Prometheus be made highly available?
3434

3535
Yes, run identical Prometheus servers on two or more separate machines.
36+
37+
Systems like [Thanos](https://thanos.io) can deduplicate the data. Many of the [external systems](/docs/operating/integrations/#remote-endpoints-and-storage) that support [remote write](/docs/prometheus/latest/configuration/configuration/#remote_write) can also deduplicate the data.
38+
3639
Identical alerts will be deduplicated by the [Alertmanager](https://github.com/prometheus/alertmanager).
3740

38-
Alertmanager supports [high availability](https://github.com/prometheus/alertmanager#high-availability) by interconnecting multiple Alertmanager instances to build an Alertmanager cluster. Instances of a cluster communicate using a gossip protocol managed via [HashiCorp's Memberlist](https://github.com/hashicorp/memberlist) library.
41+
Alertmanager supports [high availability](https://github.com/prometheus/alertmanager#high-availability) by interconnecting multiple Alertmanager instances to build an Alertmanager cluster.
3942

4043
### I was told Prometheus “doesn't scale”.
4144

0 commit comments

Comments
 (0)