Skip to content

Commit 4c189af

Browse files
committed
Add .concourse prefix to concourse
Because bosh-init currently uses template name as job name, it renders collectd config to say concourse host is called `collectd`. Add a prefix that explicitly contains `.concourse.` so that we can see which host are metrics coming from. For more derails see cloudfoundry-attic/bosh-init#87
1 parent 1d31186 commit 4c189af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/concourse-manifest/concourse-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
# separately, and therefore this value cannot be templated in.
153153
Host "10.0.16.20"
154154
Port "2003"
155-
Prefix "collectd."
155+
Prefix "collectd.concourse."
156156
EscapeCharacter "_"
157157
SeparateInstances true
158158
StoreRates false

0 commit comments

Comments
 (0)