Release Notes
Management
- Add OpenTelemetry metrics (#517, #521, #522)
These PRs add basic métrica to the Management service:- HTTP requests counters
- gRPC requests counters
- IdP requests counters
We added a new HTTP port to expose metrics under the /metrics
endpoint.
You can specify the --metrics-port PORT
flag to override the default port 8081 when running the Management service.
Defaults to http://0.0.0.0:8081/metrics