mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-15 04:18:01 +00:00
7573e0ea8f
# Which Problems Are Solved The metric `http_server_return_code_counter` doesn't record calls to the gRPC gateway. # How the Problems Are Solved The DefaultMetricsHandler that is used for the gPRC gateway doesn't record `http_server_return_code_counter`. Instead of the DefaultMetricsHandler, a custom metrics handler which includes `http_server_return_code_counter` is created for the gRPC gateway # Additional Changes The DefaultMetricsHandler function is removed, as it is no longer used. # Additional Context Reported by a customer --------- Co-authored-by: Silvan <silvan.reusser@gmail.com> |
||
---|---|---|
.. | ||
access_interceptor.go | ||
activity_interceptor.go | ||
auth_interceptor.go | ||
cache_interceptor_test.go | ||
cache_interceptor.go | ||
call_interceptor.go | ||
cors_interceptor.go | ||
csp.go | ||
instance_interceptor_test.go | ||
instance_interceptor.go | ||
metrics_interceptor.go | ||
middleware_test.go | ||
origin_interceptor_test.go | ||
origin_interceptor.go | ||
robots_tag_interceptor_test.go | ||
robots_tag_interceptor.go | ||
security_headers.go | ||
telemetry_interceptor.go | ||
user_agent_cookie.go |