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

Struct Processor

modules/generator/processor/hostinfo/processor.go:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type Processor struct {
22 Cfg Config
23 logger log.Logger
24
25 gauge registry.Gauge
26 registry registry.Registry
27 metricName string
28 invalidUTF8Counter prometheus.Counter
29}
30
31func (p *Processor) Name() string {
32 return processor.HostInfoName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected