Uses of Interface
io.opentelemetry.sdk.trace.data.LinkData
Packages that use LinkData
Package
Description
The data format to model traces for export.
This package contains
Samplers for selecting traces
that are recorded and exported.-
Uses of LinkData in io.opentelemetry.sdk.trace.data
Methods in io.opentelemetry.sdk.trace.data that return LinkDataModifier and TypeMethodDescriptionstatic LinkDataLinkData.create(SpanContext spanContext) Returns a new immutableLinkData.static LinkDataLinkData.create(SpanContext spanContext, Attributes attributes) Returns a new immutableLinkData.static LinkDataLinkData.create(SpanContext spanContext, Attributes attributes, int totalAttributeCount) Returns a new immutableLinkData.Methods in io.opentelemetry.sdk.trace.data that return types with arguments of type LinkData -
Uses of LinkData in io.opentelemetry.sdk.trace.samplers
Method parameters in io.opentelemetry.sdk.trace.samplers with type arguments of type LinkDataModifier and TypeMethodDescriptionSampler.shouldSample(Context parentContext, String traceId, String name, SpanKind spanKind, Attributes attributes, List<LinkData> parentLinks) Called duringSpancreation to make a sampling samplingResult.