Releases: scross01/prometheus-klipper-exporter
Releases · scross01/prometheus-klipper-exporter
v0.12.0
- Add support for multiple mcu's. Thanks to @Wulfsta #40.
- Improved error logging for indexed results to address issues #34 and #35
v0.11.2
- Fix regression in v0.11.1. Error in one collector module should not stop other collectors from attepting to run.
- Removed
.local
hostname in example config as container based setup doesn't work with mDNS.
v0.11.1
- Refactor error handling to address #31
v0.11.0
- Add support for filament sensors, controller fan, and generic fans. Thanks to @nmaggioni #28
- Get logging level from
LOGGING_LEVEL
env var if present. Thanks to @nmaggioni #29
- (Breaking change) Removed deprecated
-debug
and -verbose
command line options.
Use -logging.level
option instead.
v0.10.3
- Fix unmarshalling of total_jobs value in job history. Thanks to @jangrewe #27
- changed Dockerfile to use ENTRYPOINT instead of CMD
v0.10.2
What's Changed
- Fixed Panic when the network in unreachable #24
v0.10.1
- Fixed out of range errors for some metrics. Thanks to @hsmade #19
v0.10.0
- Added metrics related to the current print (@danilodorgam #18)
klipper_current_print_*
, klipper_gcode_position_*
v0.9.0
- Added new MCU
klipper_mcu_*
metrics to printer_objects
metric collection.
- Added new
-logging.level <level>
command line option to set specific log
output level. The -debug
and -verbose
options have been deprecated and
will be removed in a future release. Address #17.
v0.8.0
- Added option to set API Key for authentication in
prometheus.yml
, -moonraker.apikey
command line option, or MOONRAKER_APIKEY
environment variable. Fixes #15.
- Added
-verbose
option for trace level debug logging
- Breaking change: The
temperature
module is deprecated as it contains a subset
of the metrics reported by the printer_objects
module. Closes #2.