Releases: codeaffen/p3exporter
Releases · codeaffen/p3exporter
v1.1.2
Fixes
- #34 - custom collectors with underscore in name are not supported
v1.1.1
Changes
- linting code
- cleanup code and documentation
- fix typos
v1.1.0
New
- introduce
CollectorBase
class to derive new collectors from
- added cache module with timed lru cache
- add netdev collector for network information and statistics
Changes
- reduce docker image size
- we switched base image from python:3-slim to alpine
v1.0.0
New
- now it is simplier to add new collectors. You have to simply follow the naming convention
- add loadavg collector as a real life example
Breaks
- change load and registration behavior for collectors
v0.1.0
Changes
- move collector to sub module
Fixes
- signal handling print now clean log messages instead of exceptions