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

Function newSpanAttr

tempodb/encoding/vparquet4/block_traceql.go:3804–3806  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

3802}
3803
3804func newSpanAttr(name string) traceql.Attribute {
3805 return traceql.NewScopedAttribute(traceql.AttributeScopeSpan, false, name)
3806}
3807
3808func newResAttr(name string) traceql.Attribute {
3809 return traceql.NewScopedAttribute(traceql.AttributeScopeResource, false, name)

Callers 2

KeepGroupMethod · 0.70

Calls 1

NewScopedAttributeFunction · 0.92

Tested by 1