Class SpanSamplingConfig
-
- All Implemented Interfaces:
public final class SpanSamplingConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final MatchConfig
name
private final List<AttributeMatchConfig>
attributes
private final List<SpanEventMatchConfig>
events
private final Integer
samplingRatio
-
Constructor Summary
Constructors Constructor Description SpanSamplingConfig(MatchConfig name, List<AttributeMatchConfig> attributes, List<SpanEventMatchConfig> events, Integer samplingRatio)
-
Method Summary
Modifier and Type Method Description final MatchConfig
getName()
final List<AttributeMatchConfig>
getAttributes()
final List<SpanEventMatchConfig>
getEvents()
final Integer
getSamplingRatio()
-
-
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()
-
-
-
-