Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enricher ¶
Enricher enriches the OTel traces with attributes required to power functionalities in the Elastic UI.
func NewEnricher ¶
NewEnricher creates a new instance of Enricher.
func (*Enricher) EnrichLogs ¶
EnrichLogs enriches the OTel logs with attributes required to power functionalities in the Elastic UI. The logs passed to this function are mutated.
func (*Enricher) EnrichMetrics ¶
EnrichMetrics enriches the OTel metrics with attributes required to power functionalities in the Elastic UI. The metrics passed to this function are mutated.
func (*Enricher) EnrichTraces ¶
EnrichTraces 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.