MCPcopy
hub / github.com/grafana/tempo / Observe

Method Observe

pkg/traceql/engine_metrics.go:443–443  ·  view source on GitHub ↗
(Span)

Source from the content-addressed store, hash-verified

441// SpanAggregator sorts spans into series
442type SpanAggregator interface {
443 Observe(Span)
444 ObserveExemplar(Span, float64, uint64)
445 Series() SeriesSet
446 Length() int

Callers 15

retainTenantMethod · 0.65
RoundTripMethod · 0.65
DoMethod · 0.65
consumeMethod · 0.65
consumePartitionMethod · 0.65
RoundTripMethod · 0.65
RoundTripMethod · 0.65
RoundTripMethod · 0.65
RoundTripMethod · 0.65
getBatchBufferMethod · 0.65
ProcessMethod · 0.65
RoundTripMethod · 0.65

Implementers 1

UngroupedAggregatorpkg/traceql/engine_metrics.go

Calls

no outgoing calls

Tested by

no test coverage detected