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.
- Support for complex processing enabled as external module calls
- 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)
- 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 😃
- Require prometheus_client < 0.4.0 because of incompatible changes
- Use UntypedMetricFamily from upstream prometheus_client 0.1.0 library
- Added default port and listen settings to help message
- Added documentation to README.md
- Rename exporter metrics
- Initial version