Constant opentelemetry_semantic_conventions::trace::RPC_METHOD
source · [−]pub const RPC_METHOD: Key;
Expand description
The name of the operation corresponding to the request, as returned by the AWS SDK.
This is the logical name of the method from the RPC interface perspective, which can be different from the name of any implementing method/function. The code.function
attribute may be used to store the latter (e.g., method actually executing the call on the server side, RPC client stub method on the client side).
Examples
GetItem
PutItem