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

Function newSpanAttr

tempodb/encoding/vparquet5/block_traceql.go:3914–3916  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

3912}
3913
3914func newSpanAttr(name string) traceql.Attribute {
3915 return traceql.NewScopedAttribute(traceql.AttributeScopeSpan, false, name)
3916}
3917
3918func newResAttr(name string) traceql.Attribute {
3919 return traceql.NewScopedAttribute(traceql.AttributeScopeResource, false, name)

Callers 3

KeepGroupMethod · 0.70
CollectMethod · 0.70

Calls 1

NewScopedAttributeFunction · 0.92

Tested by 1