Skip to content

Commit fec6b82

Browse files
Update newrelic-infra-template.yml.example (#1956)
tiny enhancement to the example config file, so that custom_attributes can be found when searching for either label or tag
1 parent 16a359c commit fec6b82

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

assets/examples/infrastructure/newrelic-infra-template.yml.example

+4-3
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,12 @@ license_key: your_license_key
7878
# Env var : NRIA_CUSTOM_ATTRIBUTES
7979
# Value : Use optional key-value pairs to build filter sets, group your
8080
# results, annotate your data, etc.
81+
# These are added as tags to the host entity.
8182
#
8283
#custom_attributes:
83-
# environment: production
84-
# service: login service
85-
# team: alpha-team
84+
# label.environment: production
85+
# label.service: login service
86+
# label.team: alpha-team
8687
#
8788

8889
#

0 commit comments

Comments
 (0)