Closed kiefersmith closed 3 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: 4n4nd
To complete the pull request process, please assign after the PR has been reviewed.
You can assign the PR to them by writing /assign
in a comment when ready.
The full list of commands accepted by this bot can be found here.
Thanks @kiefersmith 👍
I assumed
/metrics
was available on port 8080, but it is not immediately apparent.Also, I was thinking it might be nicer to expose this port in the Dockerfile. It makes deployment easier in situations where exposing with
docker run -p ...
is not available. Prometheus itself does this among others. Avoids having to build the image again with anEXPOSE
term.Happy holidays!