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

Method Release

tempodb/encoding/vparquet4/block_traceql.go:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (s *span) Release() {
63 putSpan(s)
64}
65
66func (s *span) AllAttributes() map[traceql.Attribute]traceql.Static {
67 atts := make(map[traceql.Attribute]traceql.Static, len(s.spanAttrs)+len(s.resourceAttrs)+len(s.traceAttrs)+len(s.eventAttrs)+len(s.linkAttrs))

Callers

nothing calls this directly

Calls 1

putSpanFunction · 0.70

Tested by

no test coverage detected