Skip to content

Releases: weaveworks/promrus

v1.2.0-legacy

10 Oct 15:44
Compare
Choose a tag to compare

v1.2.0 but with Sirupsen/logrus as a dependency instead of sirupsen/logrus.

v1.2.0

10 Oct 15:43
Compare
Choose a tag to compare

Improved hook initialisation:

  • tolerate multiple initialisations -- see: #6,
  • counter vector now initialised without CounterVec::Set, hence making promrus compatible with latest versions of prometheus/client_golang -- see: #4.

v1.1.0-legacy

05 Oct 19:11
Compare
Choose a tag to compare

v1.1.0 but with Sirupsen/logrus as a dependency instead of sirupsen/logrus.

v1.1.0

05 Oct 19:12
Compare
Choose a tag to compare

Add MustNewPrometheusHook for less verbose hook creation.

v1.0.0-legacy

05 Oct 10:02
Compare
Choose a tag to compare

v1.0.0 but with Sirupsen/logrus as a dependency instead of sirupsen/logrus.

v1.0.0

04 Oct 14:53
Compare
Choose a tag to compare
  • Prometheus metrics exposed as a counter vector for the following log levels:
    • debug (log_messages{level="debug"})
    • info (log_messages{level="info"})
    • warning (log_messages{level="warning"})
    • error (log_messages{level="error"})