Open
Description
Description
Quarkus is currently exposing grpc_server_processing_duration_seconds_count
, grpc_server_processing_duration_seconds_sum
and grpc_server_processing_duration_seconds_max
metrics for measuring latency.
I would expect the grpc.server.call.duration
Histogram as specified here: https://grpc.io/docs/guides/opentelemetry-metrics/#server-instruments
The histogram allows in much more detail to understand the latency.
Implementation ideas
No response
Metadata
Assignees
Type
Projects
Status
Todo