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

Function newResAttr

tempodb/encoding/vparquet3/block_traceql.go:2907–2909  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

2905}
2906
2907func newResAttr(name string) traceql.Attribute {
2908 return traceql.NewScopedAttribute(traceql.AttributeScopeResource, false, name)
2909}
2910
2911func orIfNeeded(preds []parquetquery.Predicate) parquetquery.Predicate {
2912 switch len(preds) {

Callers 1

KeepGroupMethod · 0.70

Calls 1

NewScopedAttributeFunction · 0.92

Tested by

no test coverage detected