package
0.44.2
Repository: https://github.com/grafana/agent.git
Documentation: pkg.go.dev

# Constants

"ignore" ignores errors returned by conditions, logs them, and continues on to the next condition.
"propagate" causes the evaluation to be false and an error is returned.
"silent" ignores errors returned by conditions, does not log them, and continues on to the next condition.

# Variables

DefaultArguments holds default settings for Arguments.

# Structs

No description provided by the author
AndSubPolicyConfig holds the common configuration to all policies under and policy.
Arguments configures the otelcol.processor.tail_sampling component.
BooleanAttributeConfig holds the configurable settings to create a boolean attribute filter sampling policy evaluator.
CompositeConfig holds the configurable settings to create a composite sampling policy evaluator.
CompositeSubPolicyConfig holds the common configuration to all policies under composite policy.
LatencyConfig holds the configurable settings to create a latency filter sampling policy evaluator.
NumericAttributeConfig holds the configurable settings to create a numeric attribute filter sampling policy evaluator.
OttlConditionConfig holds the configurable setting to create a OTTL condition filter sampling policy evaluator.
No description provided by the author
ProbabilisticConfig holds the configurable settings to create a probabilistic sampling policy evaluator.
RateAllocationConfig used within composite policy.
RateLimitingConfig holds the configurable settings to create a rate limiting sampling policy evaluator.
This cannot currently have a Convert() because tsp.sharedPolicyCfg isn't public.
SpanCountConfig holds the configurable settings to create a Span Count filter sampling policy sampling policy evaluator.
StatusCodeConfig holds the configurable settings to create a status code filter sampling policy evaluator.
StringAttributeConfig holds the configurable settings to create a string attribute filter sampling policy evaluator.
No description provided by the author

# Type aliases

The error mode determines whether to ignore or propagate errors with evaluating OTTL conditions.