The bundle provide a Prometheus integration to GoZix application.
go get github.com/gozix/prometheus/v2
{
"prometheus": {
"host": "0.0.0.0",
"port": 8683,
"path": "/metrics"
}
}
--prometheus-port - Prometheus metrics port. The same `prometheus.port` config, but with high priority.
You can find documentation on pkg.go.dev and read source code if needed.
If you have any questions, feel free to create an issue.