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

Method AllAttributes

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

AllAttributes returns a map of all attributes for this span. AllAttributes should be used sparingly and is expected to be significantly slower than AttributeFor.

()

Source from the content-addressed store, hash-verified

166 // AllAttributes returns a map of all attributes for this span. AllAttributes should be used sparingly
167 // and is expected to be significantly slower than AttributeFor.
168 AllAttributes() map[Attribute]Static
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))

Callers 6

asTraceSearchMetadataFunction · 0.65
observeExemplarMethod · 0.65
ObserveExemplarMethod · 0.65
ObserveExemplarMethod · 0.65
ObserveExemplarMethod · 0.65
FetchMethod · 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 1

FetchMethod · 0.52