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

Function newLinkAttr

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

Source from the content-addressed store, hash-verified

3928}
3929
3930func newLinkAttr(name string) traceql.Attribute {
3931 return traceql.NewScopedAttribute(traceql.AttributeScopeLink, false, name)
3932}
3933
3934func orIfNeeded(preds []parquetquery.Predicate) parquetquery.Predicate {
3935 switch len(preds) {

Callers 1

KeepGroupMethod · 0.70

Calls 1

NewScopedAttributeFunction · 0.92

Tested by

no test coverage detected