@@ -46,9 +46,8 @@ init_config:
4646instances:
4747
4848 ## @param url - string - required
49- ## Where your Consul HTTP server lives,
50- ## point the URL at the leader to get metrics about your Consul cluster.
51- ## Use HTTPS instead of HTTP if your Consul setup is configured to do so.
49+ ## The URL of your Consul HTTP server. Point it at the leader to get metrics
50+ ## about your Consul cluster. Use HTTPS if your Consul setup supports it.
5251 #
5352 - url: http://localhost:8500
5453
@@ -70,8 +69,8 @@ instances:
7069 # catalog_checks: false
7170
7271 ## @param network_latency_checks - boolean - optional - default: false
73- ## Whether to enable network latency metrics collection. When enabled
74- ## Consul network coordinates is retrieved and latency calculated for
72+ ## Whether to enable network latency metric collection. When enabled, Consul
73+ ## network coordinates are retrieved and latency is calculated for
7574 ## each node and between data centers.
7675 ## See https://www.consul.io/docs/internals/coordinates.html
7776 #
@@ -87,11 +86,11 @@ instances:
8786 # use_node_name_as_hostname: true
8887
8988 ## @param self_leader_check - boolean - optional - default: false
90- ## Whether to enable self leader checks. Each instance with this enabled
91- ## watches for itself to become the leader and emits an event when that
92- ## happens. It is safe/ expected to enable this on all nodes in a Consul
93- ## cluster since only the new leader emits the (single) event. This
94- ## flag takes precedence over new_leader_checks.
89+ ## Whether to enable self- leader checks. Each enabled instance watches for
90+ ## when it becomes the leader and emits an event when that happens. It is
91+ ## safe and expected to enable this on all nodes in a Consul cluster since
92+ ## only the new leader emits the event. This flag takes precedence over
93+ ## new_leader_checks.
9594 #
9695 # self_leader_check: false
9796
@@ -101,23 +100,23 @@ instances:
101100 # acl_token: <ACL_TOKEN>
102101
103102 ## @param single_node_install - boolean - optional - default: false
104- ## Whether or not to perform the full check even when not the leader. Useful
105- ## if you don't want to install the Agent on every node in a data center.
103+ ## Whether to perform the full check even when this node is not the leader.
104+ ## Useful if you don't want to install the Agent on every node in a data center.
106105 #
107106 # single_node_install: false
108107
109108 ## @param new_leader_checks - boolean - optional - default: false
110- ## Whether to enable new leader checks from this instance
111- ## Note: If this is set on multiple instances or Agents in the same cluster
112- ## you receive one event per leader change per instance. See
109+ ## Whether to enable new- leader checks from this instance.
110+ ## Note: If this is set on multiple instances or Agents in the same cluster,
111+ ## you will receive one event per leader change per instance. See
113112 ## self_leader_check for a more robust option.
114113 #
115114 # new_leader_checks: false
116115
117116 ## @param services_include - list of strings - optional
118- ## Services to restrict catalog querying to
119- ## the default settings query up to 50 services. If you have more than
120- ## services in your Consul service catalog, use this include list.
117+ ## Services to which catalog querying is restricted. By default, the check
118+ ## queries up to 50 services. If you have more than 50 services in your
119+ ## Consul service catalog, use this include list.
121120 #
122121 # services_include:
123122 # - <SERVICE_1>
@@ -138,7 +137,7 @@ instances:
138137 # max_services: 50
139138
140139 ## @param threads_count - number - optional - default: 1
141- ## Increase the number of threads to collect consul services checks.
140+ ## Increase the number of threads used to collect Consul service checks.
142141 #
143142 # threads_count: 1
144143
0 commit comments