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

Function newDistinctAttrCollector

tempodb/encoding/vparquet5/block_autocomplete.go:1159–1166  ·  view source on GitHub ↗
(scope traceql.AttributeScope, attrNames bool, existsTagName func(key tagNameKey) bool, existsTagValue func(val traceql.Static) bool)

Source from the content-addressed store, hash-verified

1157}
1158
1159func newDistinctAttrCollector(scope traceql.AttributeScope, attrNames bool, existsTagName func(key tagNameKey) bool, existsTagValue func(val traceql.Static) bool) *distinctAttrCollector {
1160 return &distinctAttrCollector{
1161 scope: scope,
1162 attrNames: attrNames,
1163 existsTagName: existsTagName,
1164 existsTagValue: existsTagValue,
1165 }
1166}
1167
1168func (d *distinctAttrCollector) String() string {
1169 return "distinctAttrCollector"

Callers 2

keyNameIteratorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected