PointLineBlacklistRegexFilter |
Blacklist regex filter.
|
PointLineReplaceRegexTransformer |
Replace regex transformer.
|
PointLineWhitelistRegexFilter |
Whitelist regex filter.
|
Preprocessor<T> |
Generic container class for storing transformation and filter rules
Created by Vasily on 9/13/16.
|
PreprocessorConfigManager |
Parses preprocessor rules (organized by listening port)
Created by Vasily on 9/15/16.
|
PreprocessorRuleMetrics |
A helper class for instrumenting preprocessor rules.
|
PreprocessorUtil |
Utility class for methods used by preprocessors.
|
ReportableEntityPreprocessor |
A container class for multiple types of rules (point line-specific and parsed entity-specific)
Created by Vasily on 9/15/16.
|
ReportPointAddPrefixTransformer |
Add prefix transformer.
|
ReportPointAddTagIfNotExistsTransformer |
Creates a new point tag with a specified value.
|
ReportPointAddTagTransformer |
Creates a new point tag with a specified value, or overwrite an existing one.
|
ReportPointBlacklistRegexFilter |
Blacklist regex filter.
|
ReportPointDropTagTransformer |
Removes a point tag if its value matches an optional regex pattern (always remove if null)
Created by Vasily on 9/13/16.
|
ReportPointExtractTagIfNotExistsTransformer |
Create a point tag by extracting a portion of a metric name, source name or another point tag.
|
ReportPointExtractTagTransformer |
Create a point tag by extracting a portion of a metric name, source name or another point tag
Created by Vasily on 11/15/16.
|
ReportPointForceLowercaseTransformer |
Force lowercase transformer.
|
ReportPointLimitLengthTransformer |
|
ReportPointRenameTagTransformer |
Rename a point tag (optional: if its value matches a regex pattern)
Created by Vasily on 9/13/16.
|
ReportPointReplaceRegexTransformer |
Replace regex transformer.
|
ReportPointTimestampInRangeFilter |
Filter condition for valid timestamp - should be no more than 1 day in the future
and no more than X hours (usually 8760, or 1 year) in the past
Created by Vasily on 9/16/16.
|
ReportPointWhitelistRegexFilter |
Whitelist regex filter.
|
SpanAddAnnotationIfNotExistsTransformer |
Creates a new annotation with a specified key/value pair.
|
SpanAddAnnotationTransformer |
Creates a new annotation with a specified key/value pair.
|
SpanBlacklistRegexFilter |
Blacklist regex filter.
|
SpanDropAnnotationTransformer |
Removes a span annotation with a specific key if its value matches an optional regex pattern (always remove if null)
|
SpanExtractAnnotationIfNotExistsTransformer |
Create a new span annotation by extracting a portion of a span name, source name or another annotation
|
SpanExtractAnnotationTransformer |
Create a point tag by extracting a portion of a metric name, source name or another point tag
|
SpanForceLowercaseTransformer |
Force lowercase transformer.
|
SpanLimitLengthTransformer |
|
SpanRenameAnnotationTransformer |
Rename a given span tag's/annotation's (optional: if its value matches a regex pattern)
If the tag matches multiple span annotation keys , all keys will be renamed.
|
SpanReplaceRegexTransformer |
Replace regex transformer.
|
SpanSanitizeTransformer |
Sanitize spans (e.g., span source and tag keys) according to the same rules that are applied at
the SDK-level.
|
SpanWhitelistRegexFilter |
Whitelist regex filter.
|