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

Method Unregister

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

Source from the content-addressed store, hash-verified

374func (n *noopRegisterer) MustRegister(...prometheus.Collector) {}
375
376func (n *noopRegisterer) Unregister(prometheus.Collector) bool { return true }
377
378func TestInstance_emptyTenantValidation(t *testing.T) {
379 t.Parallel()

Callers 3

TestRunRequestsFunction · 0.80
TestHandleSendErrorFunction · 0.80
initServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected