Skip to content

Releases: scross01/prometheus-klipper-exporter

v0.7.1

17 Dec 16:32
Compare
Choose a tag to compare
  • Added history data metrics including total print time or total filament used.
    Add the new history module in your prometheus.yml config. Thanks to @r4ptor #12

v0.7.0

29 Nov 01:10
Compare
Choose a tag to compare
  • Fixes #11. Query custom temperature sensor, fan, and output pin config separatelly
    for each configured klipper host
  • Fixes #10. Use labels for temperature sensor, fan, and output pin metrics
  • Breaking change: printer_objects klipper_temperature_sensor_* metrics
    renamed, now uses labels for each sensor instead of separate metrics
  • Breaking change: printer_objects klipper_temperature_fan_* metrics
    renamed now uses labels for each fan instead of separate metrics
  • Breaking change: printer_objects klipper_output_pin_* metrics renamed, now
    uses labels for each output pin instead for separate metrics
  • Breaking change: network_stats klipper_network_* metrics renamed, now
    uses labels for each network interface instead of separate metrics

v0.6.2

13 Nov 21:25
240ba2d
Compare
Choose a tag to compare
  • Fixes #9. Change TimeInQueue type from int to float64

v0.6.1

21 Oct 16:36
Compare
Choose a tag to compare
  • Fixes #8. Invalid metric for sensors with unsupported characters in the name

v0.6.0

16 Oct 01:05
Compare
Choose a tag to compare
  • Added support for temperature_sensor metrics to printer_objects collector. Fixes #3
  • Added support for temperature_fan metrics to printer_objects collector. Fixes #4
  • Added support for output_pin metrics to printer_objects collector. Fixes #5
  • Added example docker deployment for grafana, prometheus and the klipper-exporter

v0.5.1

06 Oct 00:53
Compare
Choose a tag to compare
  • Added Dockerfile and Docker usage instructions. Fixes #6
  • Fixes issue with linux builds #1
  • Fixes typo in metric descriptions

v0.5.0

04 Oct 00:07
Compare
Choose a tag to compare
  • Add additional printer_object metrics from idle_timeout, virtual_sdcard, print_stats, and display_staus
  • Changes some metric types from Gauge to Counter
  • Fixes heater bed metric collection

v0.4.0

01 Oct 03:14
Compare
Choose a tag to compare
  • Add printer_objects metrics for gcode_move, toolheat, extruder, heater_bed, and fan.
  • Add temperature metric collection