Constant opentelemetry_semantic_conventions::trace::RPC_SERVICE
source · [−]pub const RPC_SERVICE: Key;
Expand description
The name of the service to which a request is made, as returned by the AWS SDK.
This is the logical name of the service from the RPC interface perspective, which can be different from the name of any implementing class. The code.namespace
attribute may be used to store the latter (despite the attribute name, it may include a class name; e.g., class with method actually executing the call on the server side, RPC client stub class on the client side).
Examples
DynamoDB
S3