Florian Forster 77e3d08f22
docs: split out self-hosting into new section (#4903)
* docs: split out self-hosting into section

* check for broken links

* fix netlify proxy forward

* use full path
2022-12-20 11:17:27 +01:00

971 B

title
Metrics

ZITADEL provides a metrics endpoint with the help of the opentelemetry-go package.

Self-hosting customers can access this endpoint with on the path /debug/metrics. For example when running ZITADEL locally its is accessible on http://localhost:8080/debug/metrics. The metrics endpoint can be scrubbed by any tool of choice that supports the otel format, e.g an existing Prometheus.

For our Kubernetes/Helm users, we provide an out of the box support for the ServiceMonitor custom resource.

By default, metrics are enabled but can be turned of through ZITADEL's configuration. The (default) configuration is located in the defaults.yaml.