View Source OpenTelemetry.SemConv.Incubating.PeerAttributes (OpenTelemetry.SemConv v1.27.0)
OpenTelemetry Semantic Conventions for Peer attributes.
Summary
Functions
The service.name of the remote service. SHOULD be equal to the actual service.name resource attribute of the remote service if any.
Functions
@spec peer_service() :: :"peer.service"
The service.name of the remote service. SHOULD be equal to the actual service.name resource attribute of the remote service if any.
Value type
Value must be of type atom() | String.t().
Examples
AuthTokenCacheElixir
iex> OpenTelemetry.SemConv.Incubating.PeerAttributes.peer_service()
:"peer.service"Erlang
?PEER_SERVICE.
'peer.service'