Skip to content

v0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 20:11
· 214 commits to master since this release

The major theme of this release is the introduction of go.uber.org/zap as logging framework. This allows to set the log level and control the verbosity of the exporter. This allows in high throughput scenarios to reduce the log spam.

Changelog

a6dbb18 Merge pull request #24 from hikhvar/refactor-logging
25f213a Please the linter
6de0a07 Update docs
126e134 Use go.uber.org/zap for logging

Docker images

  • docker pull hikhvar/mqtt2prometheus:v0.1.4
  • docker pull hikhvar/mqtt2prometheus:latest
  • docker pull docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:v0.1.4
  • docker pull docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:latest
  • docker pull ghcr.io/hikhvar/mqtt2prometheus:v0.1.4
  • docker pull ghcr.io/hikhvar/mqtt2prometheus:latest