From e7933df1257d859e970994505ffd4fbcabe10e08 Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Fri, 15 Sep 2017 18:24:17 +0000 Subject: [PATCH] reworded prometheus readme --- integrations/prometheus/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integrations/prometheus/README.md b/integrations/prometheus/README.md index 674010cb753..5a434826694 100644 --- a/integrations/prometheus/README.md +++ b/integrations/prometheus/README.md @@ -7,6 +7,6 @@ Requirements: - See Prometheus's [Getting Started](https://prometheus.io/docs/introduction/getting_started/) guide for instructions on how to set up a Prometheus server. - - A running Consul server. This configuration is written for a local remote - Consul agent, and will need to be updated in the case Consul agent is on a - remote server. + - This configuration is written assuming there is a local Consul agent being + run along side the Prometheus server. If this is not the case, the + configuration will need to be updated to point at the remote Consul agent.