(prometheus.Collector)
| 374 | func (n *noopRegisterer) MustRegister(...prometheus.Collector) {} |
| 375 | |
| 376 | func (n *noopRegisterer) Unregister(prometheus.Collector) bool { return true } |
| 377 | |
| 378 | func TestInstance_emptyTenantValidation(t *testing.T) { |
| 379 | t.Parallel() |
no outgoing calls
no test coverage detected