Index
All Classes and Interfaces|All Packages
B
- build() - Method in class io.opentelemetry.contrib.sampler.RuleBasedRoutingSamplerBuilder
-
Build the sampler based on the rules provided.
- builder(SpanKind, Sampler) - Static method in class io.opentelemetry.contrib.sampler.RuleBasedRoutingSampler
C
- create(Sampler) - Static method in class io.opentelemetry.contrib.sampler.LinksBasedSampler
- createSampler(ConfigProperties) - Method in class io.opentelemetry.contrib.sampler.LinksParentAlwaysOnSamplerProvider
- customize(AttributeKey<String>, String, Sampler) - Method in class io.opentelemetry.contrib.sampler.RuleBasedRoutingSamplerBuilder
-
Use the provided sampler when the value of the provided
AttributeKeymatches the provided pattern.
D
- drop(AttributeKey<String>, String) - Method in class io.opentelemetry.contrib.sampler.RuleBasedRoutingSamplerBuilder
-
Drop all spans when the value of the provided
AttributeKeymatches the provided pattern.
G
- getDescription() - Method in class io.opentelemetry.contrib.sampler.LinksBasedSampler
- getDescription() - Method in class io.opentelemetry.contrib.sampler.RuleBasedRoutingSampler
- getName() - Method in class io.opentelemetry.contrib.sampler.LinksParentAlwaysOnSamplerProvider
I
- io.opentelemetry.contrib.sampler - package io.opentelemetry.contrib.sampler
L
- LinksBasedSampler - Class in io.opentelemetry.contrib.sampler
-
A Sampler that uses the sampled flag of the span links if present.
- LinksParentAlwaysOnSamplerProvider - Class in io.opentelemetry.contrib.sampler
- LinksParentAlwaysOnSamplerProvider() - Constructor for class io.opentelemetry.contrib.sampler.LinksParentAlwaysOnSamplerProvider
R
- recordAndSample(AttributeKey<String>, String) - Method in class io.opentelemetry.contrib.sampler.RuleBasedRoutingSamplerBuilder
-
Record and sample all spans when the value of the provided
AttributeKeymatches the provided pattern. - RuleBasedRoutingSampler - Class in io.opentelemetry.contrib.sampler
-
This sampler accepts a list of
SamplingRules and tries to match every proposed span against those rules. - RuleBasedRoutingSamplerBuilder - Class in io.opentelemetry.contrib.sampler
S
- shouldSample(Context, String, String, SpanKind, Attributes, List<LinkData>) - Method in class io.opentelemetry.contrib.sampler.LinksBasedSampler
- shouldSample(Context, String, String, SpanKind, Attributes, List<LinkData>) - Method in class io.opentelemetry.contrib.sampler.RuleBasedRoutingSampler
T
- toString() - Method in class io.opentelemetry.contrib.sampler.LinksBasedSampler
- toString() - Method in class io.opentelemetry.contrib.sampler.RuleBasedRoutingSampler
All Classes and Interfaces|All Packages