Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enricher ¶
type Enricher struct {
// contains filtered or unexported fields
}
Enricher enriches telemetry data with group information based on agent lookups
func NewEnricher ¶
func NewEnricher(agentService services.AgentService, logger *zap.Logger) *Enricher
NewEnricher creates a new telemetry enricher
func (*Enricher) EnrichLogs ¶
EnrichLogs enriches logs with group information
func (*Enricher) EnrichMetrics ¶
func (e *Enricher) EnrichMetrics(ctx context.Context, sums []otlp.MetricSumData, gauges []otlp.MetricGaugeData, histograms []otlp.MetricHistogramData)
EnrichMetrics enriches metrics with group information
Click to show internal directories.
Click to hide internal directories.