Skip to content

Releases: scross01/prometheus-klipper-exporter

v0.12.0

07 Nov 01:29
Compare
Choose a tag to compare
  • 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

05 Aug 14:16
Compare
Choose a tag to compare
  • 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

11 Jul 10:07
Compare
Choose a tag to compare
  • Refactor error handling to address #31

v0.11.0

25 Jun 13:25
Compare
Choose a tag to compare
  • 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

08 Jun 11:42
Compare
Choose a tag to compare
  • Fix unmarshalling of total_jobs value in job history. Thanks to @jangrewe #27
  • changed Dockerfile to use ENTRYPOINT instead of CMD

v0.10.2

11 May 17:28
e27d9e2
Compare
Choose a tag to compare

What's Changed

  • Fixed Panic when the network in unreachable #24

v0.10.1

24 Feb 13:41
Compare
Choose a tag to compare
  • Fixed out of range errors for some metrics. Thanks to @hsmade #19

v0.10.0

16 Apr 12:38
Compare
Choose a tag to compare
  • Added metrics related to the current print (@danilodorgam #18)
    klipper_current_print_*, klipper_gcode_position_*

v0.9.0

13 Jan 03:25
Compare
Choose a tag to compare
  • 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

28 Dec 03:44
Compare
Choose a tag to compare
  • 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.