mirror of
https://github.com/zitadel/zitadel.git
synced 2025-07-12 01:38:31 +00:00

* Modified quick start guide to reflect the new onboarding changes. * Modified titles to optimize indexing. Left thet titles in title case for now. * Added side bar labels and also made minor changes to titles. * Update docs/docs/apis/openidoauth/endpoints.mdx Co-authored-by: Fabi <fabienne@zitadel.com> --------- Co-authored-by: Fabi <fabienne@zitadel.com>
1.0 KiB
1.0 KiB
title | sidebar_label |
---|---|
ZITADEL Metrics | Metrics |
ZITADEL provides a metrics
endpoint with the help of the opentelemetry-go package.
If you are self-hosting ZITADEL, you can access this endpoint with on the path /debug/metrics
.
For example when running ZITADEL locally the endpoint 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 off through ZITADEL's configuration. The (default) configuration is located in the defaults.yaml.