blob: cc11b73cd6f72ccaaeef64e3a0106a24fd854032 [file] [log] [blame]
Bartosz Kupidura86687132017-09-04 11:37:35 +02001summary: >
2 Spawned two replicas of Prometheus to provide HA
3
4features:
5 - Spawned two replicas of Prometheus inside Docker Swarm.
6 These two instances have the same configuration file
7 and scrape the same endpoints. Therefore, they can be
8 treated as one-to-one copies.
9 Due to a limitation, when connecting to the Prometheus
10 web UI it is not possible to choose to which of the
11 existing Prometheus servers to connect and those
12 servers may contain slightly different results for the
13 same queries. Therefore, we suggest that you use Grafana
14 to visualize the data.