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

Function newInstrumentationCollector

tempodb/encoding/vparquet5/block_traceql.go:3326–3330  ·  view source on GitHub ↗
(minAttributes int)

Source from the content-addressed store, hash-verified

3324var _ parquetquery.GroupPredicate = (*instrumentationCollector)(nil)
3325
3326func newInstrumentationCollector(minAttributes int) *instrumentationCollector {
3327 return &instrumentationCollector{
3328 minAttributes: minAttributes,
3329 }
3330}
3331
3332func (c *instrumentationCollector) String() string {
3333 return fmt.Sprintf("instrumentationCollector(%d)", c.minAttributes)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected