Module: OpenTelemetry::SemConv::Incubating::PEER
- Defined in:
- lib/opentelemetry/semconv/incubating/peer/attributes.rb
Attribute Names collapse
- PEER_SERVICE =
Note:
Stability Level: development
The
service.nameof the remote service. SHOULD be equal to the actualservice.nameresource attribute of the remote service if any.Examples of
peer.servicethat users may specify:- A Redis cache of auth tokens as
peer.service="AuthTokenCache". - A gRPC service
rpc.service="io.opentelemetry.AuthService"may be hosted in both a gateway,peer.service="ExternalApiService"and a backend,peer.service="AuthService".
- A Redis cache of auth tokens as
'peer.service'