()
| 82 | } |
| 83 | |
| 84 | func init() { |
| 85 | registerCollector("logind", defaultDisabled, NewLogindCollector) |
| 86 | } |
| 87 | |
| 88 | // NewLogindCollector returns a new Collector exposing logind statistics. |
| 89 | func NewLogindCollector(logger *slog.Logger) (Collector, error) { |
nothing calls this directly
no test coverage detected