Last active
November 8, 2018 21:42
-
-
Save justenwalker/88d6d1add3a60f256f437cea7ee4031c to your computer and use it in GitHub Desktop.
Damon prometheus metrics example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ask for a port on which Damon can serve Prometheus metrics | |
network { | |
port "damon" {} | |
} | |
# Advertise damon as a service | |
service { | |
port = "damon" | |
name = "${NOMAD_TASK_NAME}-damon" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment