Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpc: use full uri path for grpc request metrics
When calculating the path to use for metrics, use the real path when the CONTENT_TYPE of the request is gRPC in order to get more granular metrics for gRPC services. For all other content types we'll continue to use axum::extract::MatchedPath.
- Loading branch information