Bartosz Kupidura | 8668713 | 2017-09-04 11:37:35 +0200 | [diff] [blame^] | 1 | summary: > |
| 2 | Spawned two replicas of Prometheus to provide HA |
| 3 | |
| 4 | features: |
| 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. |