ujamii / prometheus-sentry-exporter

Exports sentry project metrics for prometheus.
MIT License
38 stars 12 forks source link

officially allocate port number @prometheus #3

Closed marcindulak closed 5 years ago

marcindulak commented 5 years ago

https://github.com/prometheus/prometheus/wiki/Default-port-allocations

mgrundkoetter commented 5 years ago

You can map whichever port you like when you use docker, so no need to set a specific one inside the container, see https://docs.docker.com/config/containers/container-networking/#published-ports

marcindulak commented 5 years ago

I could use any port, and probably will use 9412 for the prometheus target, since this is the port which https://github.com/snakecharmer/sentry_exporter registered on https://github.com/prometheus/prometheus/wiki/Default-port-allocations.