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

Function newEventAttr

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

Source from the content-addressed store, hash-verified

3924}
3925
3926func newEventAttr(name string) traceql.Attribute {
3927 return traceql.NewScopedAttribute(traceql.AttributeScopeEvent, false, name)
3928}
3929
3930func newLinkAttr(name string) traceql.Attribute {
3931 return traceql.NewScopedAttribute(traceql.AttributeScopeLink, false, name)

Callers 1

KeepGroupMethod · 0.70

Calls 1

NewScopedAttributeFunction · 0.92

Tested by

no test coverage detected