()
| 34 | } |
| 35 | |
| 36 | func init() { |
| 37 | registerCollector("infiniband", defaultEnabled, NewInfiniBandCollector) |
| 38 | } |
| 39 | |
| 40 | // NewInfiniBandCollector returns a new Collector exposing InfiniBand stats. |
| 41 | func NewInfiniBandCollector(logger *slog.Logger) (Collector, error) { |
nothing calls this directly
no test coverage detected