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

Function newInstrumentationAttrs

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

Source from the content-addressed store, hash-verified

3810}
3811
3812func newInstrumentationAttrs(name string) traceql.Attribute {
3813 return traceql.NewScopedAttribute(traceql.AttributeScopeInstrumentation, false, name)
3814}
3815
3816func newEventAttr(name string) traceql.Attribute {
3817 return traceql.NewScopedAttribute(traceql.AttributeScopeEvent, false, name)

Callers 1

KeepGroupMethod · 0.70

Calls 1

NewScopedAttributeFunction · 0.92

Tested by

no test coverage detected