Skip to content

Commit 44030a1

Browse files
author
Remi Hakim
authored
Merge pull request #3046 from DataDog/remh-patch-2
[haproxy] Enable collate_status_tags_per_host on new installs
2 parents 9aa72a5 + 75b24e2 commit 44030a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conf.d/haproxy.yaml.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ instances:
3030
# The (optional) `collate_status_tags_per_host` parameter will collate
3131
# `status` tags for `haproxy.count_per_status` up to one of (`available`, `unavailable`)
3232
# for each discovered backend.
33-
# This only applies if `collect_status_metrics_by_host` is True.
34-
# collate_status_tags_per_host: False
33+
collate_status_tags_per_host: True
3534
#
3635
# The (optional) `count_status_by_service` parameter will instruct the check
3736
# to tag the status counts it collects by service in addition to by host.

0 commit comments

Comments
 (0)