Class SpanSamplingConfig
-
- All Implemented Interfaces:
public final class SpanSamplingConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final MatchConfignameprivate final List<AttributeMatchConfig>attributesprivate final List<SpanEventMatchConfig>eventsprivate final IntegersamplingRatio
-
Constructor Summary
Constructors Constructor Description SpanSamplingConfig(MatchConfig name, List<AttributeMatchConfig> attributes, List<SpanEventMatchConfig> events, Integer samplingRatio)
-
Method Summary
Modifier and Type Method Description final MatchConfiggetName()final List<AttributeMatchConfig>getAttributes()final List<SpanEventMatchConfig>getEvents()final IntegergetSamplingRatio()-
-
Constructor Detail
-
SpanSamplingConfig
SpanSamplingConfig(MatchConfig name, List<AttributeMatchConfig> attributes, List<SpanEventMatchConfig> events, Integer samplingRatio)
-
-
Method Detail
-
getName
final MatchConfig getName()
-
getAttributes
final List<AttributeMatchConfig> getAttributes()
-
getEvents
final List<SpanEventMatchConfig> getEvents()
-
getSamplingRatio
final Integer getSamplingRatio()
-
-
-
-