cups_exporter/internal
Kumi a96c9d88b7
Refactor printerMetrics function to use int instead of int8 for printer states
- Replace int8 with int in the states map
- Cast the printer state values to int when updating the states map
- Update the metrics values to use int(ipp.PrinterState<state>) with the corresponding state names as labels
2023-09-03 09:19:56 +02:00
..
exporter.go updated dependencies 2023-04-30 23:22:42 +02:00
jobs.go updated dependencies 2023-04-30 23:22:42 +02:00
printers.go Refactor printerMetrics function to use int instead of int8 for printer states 2023-09-03 09:19:56 +02:00