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

Method MustRegister

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

Source from the content-addressed store, hash-verified

372func (n *noopRegisterer) Register(prometheus.Collector) error { return nil }
373
374func (n *noopRegisterer) MustRegister(...prometheus.Collector) {}
375
376func (n *noopRegisterer) Unregister(prometheus.Collector) bool { return true }
377

Callers 4

initFunction · 0.80
initFunction · 0.80
initServerMethod · 0.80
initOverridesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected