Releases: codeaffen/p3exporter
Releases · codeaffen/p3exporter
v1.2.0
04 Aug 17:37
Compare
Sorry, something went wrong.
No results found
v1.1.2
15 Apr 14:26
Compare
Sorry, something went wrong.
No results found
Fixes
#34 - custom collectors with underscore in name are not supported
v1.1.1
12 Apr 18:09
Compare
Sorry, something went wrong.
No results found
Changes
linting code
cleanup code and documentation
fix typos
v1.1.0
30 Mar 18:19
Compare
Sorry, something went wrong.
No results found
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
22 Mar 14:52
Compare
Sorry, something went wrong.
No results found
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
04 Mar 18:10
Compare
Sorry, something went wrong.
No results found
Changes
move collector to sub module
Fixes
signal handling print now clean log messages instead of exceptions