Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.45 KB

File metadata and controls

46 lines (36 loc) · 1.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.5] - 2023-01-23

Added

  • Support for complex processing enabled as external module calls

[0.2.4] - 2022-12-14

Added

  • Capability to process endpoints returning flat text result instead of json
  • Capability to configure system variables
  • Capability to configure limited time results as transients
  • Capability to cross-reference both system properties and transients in some settings (url, headers and data payload)

Changed

  • Updated libraries versions to the latest versions at the time of the update
  • Updated README configuration example with settings matching both system variables and transients
  • Updated __init__ to move to version 0.2.4 as it was still on the initial 1.0.0, not one of the logged versions 😃

[0.2.3] - 2018-11-19

Changed

  • Require prometheus_client < 0.4.0 because of incompatible changes

[0.2.2] - 2017-12-14

Changed

  • Use UntypedMetricFamily from upstream prometheus_client 0.1.0 library

[0.2.1] - 2017-12-12

Added

  • Added default port and listen settings to help message

[0.2.0] - 2017-12-08

Added

  • Added documentation to README.md

Changed

  • Rename exporter metrics

[0.1.0] - 2017-12-08

Added

  • Initial version