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

Function newResAttr

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

Source from the content-addressed store, hash-verified

3916}
3917
3918func newResAttr(name string) traceql.Attribute {
3919 return traceql.NewScopedAttribute(traceql.AttributeScopeResource, false, name)
3920}
3921
3922func newInstrumentationAttrs(name string) traceql.Attribute {
3923 return traceql.NewScopedAttribute(traceql.AttributeScopeInstrumentation, false, name)

Callers 1

KeepGroupMethod · 0.70

Calls 1

NewScopedAttributeFunction · 0.92

Tested by

no test coverage detected