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

Function newLinkAttr

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

Source from the content-addressed store, hash-verified

3818}
3819
3820func newLinkAttr(name string) traceql.Attribute {
3821 return traceql.NewScopedAttribute(traceql.AttributeScopeLink, false, name)
3822}
3823
3824func orIfNeeded(preds []parquetquery.Predicate) parquetquery.Predicate {
3825 switch len(preds) {

Callers 1

KeepGroupMethod · 0.70

Calls 1

NewScopedAttributeFunction · 0.92

Tested by

no test coverage detected