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.name of the remote service. SHOULD be equal to the actual service.name resource attribute of the remote service if any.

Examples of peer.service that 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".
'peer.service'