Module traces

Module traces 

Source
Expand description

Traces domain: APM trace processing, including environment, sampling, and obfuscation.

Structs§

CacheObfuscation
Obfuscation shape shared by the key/value caches (redis, valkey).
CreditCardObfuscation
Credit-card obfuscation.
Domain
Resolved traces configuration.
HttpObfuscation
HTTP path/query obfuscation.
JsonQueryObfuscation
Obfuscation shape shared by the JSON-query engines (Elasticsearch, MongoDB, OpenSearch).
MemcachedObfuscation
Memcached command obfuscation.
Obfuscation
Trace obfuscation, one group per supported subsystem.
OttlFilter
OTTL filter processor: span-drop conditions applied during trace enrichment.
OttlTransform
OTTL transform processor: span-mutating statements applied during trace enrichment.
ProbabilisticSampler
APM probabilistic sampler.
RareSampler
Rare-span sampler.
SqlObfuscation
SQL obfuscation.

Enums§

OttlErrorMode
Error-handling mode for OTTL condition/statement evaluation, shared by the OTTL filter and transform processors.