SetProvider sets the metrics provider for all subsequently created work queues. Only the first call has an effect.
(metricsProvider MetricsProvider)
| 105 | // SetProvider sets the metrics provider for all subsequently created work |
| 106 | // queues. Only the first call has an effect. |
| 107 | func SetProvider(metricsProvider MetricsProvider) { |
| 108 | globalMetricsFactory.setProvider(metricsProvider) |
| 109 | } |
nothing calls this directly
no test coverage detected