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
Copy file name to clipboardexpand all lines: instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/rpc/RpcAttributesGetter.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
/**
11
11
* An interface for getting RPC attributes.
12
12
*
13
-
* <p>Instrumentation authors will create implementations of this interface for their specific *
13
+
* <p>Instrumentation authors will create implementations of this interface for their specific
14
14
* library/framework. It will be used by the {@link RpcClientAttributesExtractor} or {@link
15
15
* RpcServerAttributesExtractor} to obtain the various RPC attributes in a type-generic way.
0 commit comments