()
| 43 | name: `${queue.name.replace(/[{}]/g, '')}_active_count`, |
| 44 | help: 'Active count', |
| 45 | async collect() { |
| 46 | const metric = await queue.getActiveCount(); |
| 47 | this.set(metric); |
| 48 | }, |
| 49 | }) |
| 50 | ); |
| 51 |
nothing calls this directly
no test coverage detected