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
I want to use gRPC's OpenTelemetry observability capabilities in Java, specifically only the metrics feature. However, I don't want to use the global interceptor approach shown in the official demo. I only want to add instrumentation to a few specific methods.
Could you please provide a code example showing how to achieve this? I would greatly appreciate any help with implementing method-specific metrics collection instead of global interception.