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

Function newResAttr

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

Source from the content-addressed store, hash-verified

3806}
3807
3808func newResAttr(name string) traceql.Attribute {
3809 return traceql.NewScopedAttribute(traceql.AttributeScopeResource, false, name)
3810}
3811
3812func newInstrumentationAttrs(name string) traceql.Attribute {
3813 return traceql.NewScopedAttribute(traceql.AttributeScopeInstrumentation, false, name)

Callers 1

KeepGroupMethod · 0.70

Calls 1

NewScopedAttributeFunction · 0.92

Tested by

no test coverage detected