Skip to content

Commit 397fa39

Browse files
Update 84-metrics.conf.tmpl
Add environment variable for server-id, when running multiple instances of puppet_server it is quite an issue to identify which c ompiler is which
1 parent fd3609a commit 397fa39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openvoxserver/container-entrypoint.d/84-metrics.conf.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
metrics: {
33
# a server id that will be used as part of the namespace for metrics produced
44
# by this server
5-
server-id: localhost
5+
server-id: ${HOSTNAME}
66
registries: {
77
puppetserver: {
88
# specify metrics to allow in addition to those in the default list

0 commit comments

Comments
 (0)