mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-15 12:27:59 +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> |
||
---|---|---|
.. | ||
middleware | ||
cookie.go | ||
domain_check.go | ||
error_test.go | ||
error.go | ||
header.go | ||
marshal.go | ||
origin.go | ||
parser.go | ||
probes.go |