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

Function newInstrumentationCollector

tempodb/encoding/vparquet4/block_traceql.go:3235–3239  ·  view source on GitHub ↗
(minAttributes int)

Source from the content-addressed store, hash-verified

3233var _ parquetquery.GroupPredicate = (*instrumentationCollector)(nil)
3234
3235func newInstrumentationCollector(minAttributes int) *instrumentationCollector {
3236 return &instrumentationCollector{
3237 minAttributes: minAttributes,
3238 }
3239}
3240
3241func (c *instrumentationCollector) String() string {
3242 return fmt.Sprintf("instrumentationCollector(%d)", c.minAttributes)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected