Files
zitadel/internal/api
Livio Spring 4aa25347c3 fix(api): add tracing interceptor on connectRPC services (#11147)
# Which Problems Are Solved

ConnectRPC based services (v2 API) was missing the root span of all
requests. Rest calls through grpc-gateway more or less worked properly.
This was due to a missing server interceptor for connectRPC services
itself. Rest call would work as the trace would start on the gateway
already.

# How the Problems Are Solved

Initiate an connectRPC OTEL interceptor and pass it to all services.

# Additional Changes

None

# Additional Context

- noticed internally
- requires backport to v4.x

(cherry picked from commit 5f3f53dca1)
2025-12-10 11:27:28 +01:00
..
2025-10-09 16:53:19 +02:00
2025-11-12 13:52:22 +01:00