Documentation ¶ Index ¶ type Enricher func NewEnricher(cfg config.Config) *Enricher func (e *Enricher) Enrich(pt ptrace.Traces) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Enricher ¶ type Enricher struct { Config config.Config } Enricher enriches the OTel traces with attributes required to power functionalities in the Elastic UI. func NewEnricher ¶ func NewEnricher(cfg config.Config) *Enricher NewEnricher creates a new instance of Enricher. func (*Enricher) Enrich ¶ func (e *Enricher) Enrich(pt ptrace.Traces) Enrich enriches the OTel traces with attributes required to power functionalities in the Elastic UI. The traces are processed as per the Elastic's definition of transactions and spans. The traces passed to this function are mutated. Source Files ¶ View all Source files trace.go Directories ¶ Show internal Expand all Path Synopsis config internal elastic Click to show internal directories. Click to hide internal directories.