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

Method Register

modules/generator/storage/instance_test.go:372–372  ·  view source on GitHub ↗
(prometheus.Collector)

Source from the content-addressed store, hash-verified

370type noopRegisterer struct{}
371
372func (n *noopRegisterer) Register(prometheus.Collector) error { return nil }
373
374func (n *noopRegisterer) MustRegister(...prometheus.Collector) {}
375

Callers 2

createInstanceMethod · 0.80
NewTrackerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected