You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Misk's default metrics, namely http_request_latency_ms (by action, caller, status code) are HTTP-centric. For gRPC responses, we should probably emit some gRPC-specific metrics, especially because HTTP status code in gRPC is strange (see #1983). https://github.com/grpc-ecosystem/java-grpc-prometheus might be a good place to start.
The text was updated successfully, but these errors were encountered:
Misk's default metrics, namely
http_request_latency_ms
(by action, caller, status code) are HTTP-centric. For gRPC responses, we should probably emit some gRPC-specific metrics, especially because HTTP status code in gRPC is strange (see #1983). https://github.com/grpc-ecosystem/java-grpc-prometheus might be a good place to start.The text was updated successfully, but these errors were encountered: