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

Function newEventAttr

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

Source from the content-addressed store, hash-verified

3814}
3815
3816func newEventAttr(name string) traceql.Attribute {
3817 return traceql.NewScopedAttribute(traceql.AttributeScopeEvent, false, name)
3818}
3819
3820func newLinkAttr(name string) traceql.Attribute {
3821 return traceql.NewScopedAttribute(traceql.AttributeScopeLink, false, name)

Callers 1

KeepGroupMethod · 0.70

Calls 1

NewScopedAttributeFunction · 0.92

Tested by

no test coverage detected