Skip to content

Releases: codeaffen/p3exporter

v1.2.0

04 Aug 17:37
4cc3a95
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.1.2

15 Apr 14:26
d40aded
Compare
Choose a tag to compare

Fixes

  • #34 - custom collectors with underscore in name are not supported

v1.1.1

12 Apr 18:09
2bbf3a1
Compare
Choose a tag to compare

Changes

  • linting code
  • cleanup code and documentation
  • fix typos

v1.1.0

30 Mar 18:19
f6dd2eb
Compare
Choose a tag to compare

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
98addf0
Compare
Choose a tag to compare

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
854fd18
Compare
Choose a tag to compare

Changes

  • move collector to sub module

Fixes

  • signal handling print now clean log messages instead of exceptions