-
DescriptionHello, I am using grpc-java with the grpc-netty implementation, and I was expecting to see HTTP Server metrics auto-instrumented from Netty as it is marked as supported for client/server metrics. I can see that rpc metrics are being instrumented, but no http metrics. Additionally I have disabled span suppression and also can't see any Netty traces.
I see some logs such as:
The only metrics I can see are similar to |
Beta Was this translation helpful? Give feedback.
Answered by
laurit
May 9, 2024
Replies: 1 comment 2 replies
-
probably because our netty instrumentation does not support http/2 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bcarter97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
probably because our netty instrumentation does not support http/2