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

Method AllAttributesFunc

pkg/traceql/storage.go:171–171  ·  view source on GitHub ↗

AllAttributesFunc is a way to access all attributes for this span, letting the span determine the optimal method. Avoids allocating a map like AllAttributes.

(func(Attribute, Static))

Source from the content-addressed store, hash-verified

169 // AllAttributesFunc is a way to access all attributes for this span, letting the span determine the
170 // optimal method. Avoids allocating a map like AllAttributes.
171 AllAttributesFunc(func(Attribute, Static))
172
173 ID() []byte
174 StartTimeUnixNanos() uint64

Callers 1

observeMethod · 0.65

Implementers 4

spantempodb/encoding/vparquet4/block_trace
spantempodb/encoding/vparquet5/block_trace
spantempodb/encoding/vparquet3/block_trace
mockSpanpkg/traceql/ast_test.go

Calls

no outgoing calls

Tested by

no test coverage detected