Class PeerIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.PeerIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String> Deprecated. -
Method Summary
-
Field Details
-
PEER_SERVICE
Deprecated.Replaced byservice.peer.name.Theservice.nameof the remote service. SHOULD be equal to the actualservice.nameresource attribute of the remote service if any.Notes:
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
-
service.peer.name.