Skip to content

Releases: nuvo/emq_exporter

v0.5.1

14 May 13:22
93645b6
Compare
Choose a tag to compare

Changelog

93645b6 Merge pull request #25 from nuvo/replace_logger
81d13f8 Move to zerolog
5a15f22 Merge pull request #24 from nuvo/replace_kingpin
ee964bd Replace kingpin with stdlib flags
c96b7c6 update dependencies
dfbfda5 Goreleaser cleanup (#23)

Docker images

  • docker pull nuvo/emq_exporter:latest
  • docker pull nuvo/emq_exporter:v0.5.1

v0.5.0

18 Feb 08:50
beac395
Compare
Choose a tag to compare

Breaking changes

Starting from this release, emq.api-version will default to v3. If you're still using the v2 api, start the exporter with --emq.api-version v2 flag.
Note that v2 api version is deprecated and will be removed in future versions

Changelog

beac395 Merge pull request #22 from nuvo/emqx_apiv4
c249543 Add deprecation log for v2 api version
32ee79a Change default api version to v3
6560666 Add support for emqx v4 api

Docker images

  • docker pull nuvo/emq_exporter:latest
  • docker pull nuvo/emq_exporter:v0.5.0

v0.4.2

18 Feb 07:11
2c82487
Compare
Choose a tag to compare

Changelog

2c82487 Dependency upgrade (#21)
b357180 Merge pull request #20 from nuvo/fix_goreleaser
a57480a Fix goreleaser archives config
7551436 Upgrade to go 1.13
02b6c29 Merge pull request #18 from oarfah/master
99856c7 bugfix: not a valid metric name source=emq_exporter.go:99
1f4675e Update running in docker section

Docker images

  • docker pull nuvo/emq_exporter:latest
  • docker pull nuvo/emq_exporter:v0.4.2

v0.4.1

05 Feb 15:03
Compare
Choose a tag to compare

Changelog

09cd6c3 Add check to enusre mochFetcher implements interface
2bf3eb7 Add channel tests
55547b8 Merge pull request #9 from nuvo/emq_client
8929d22 Add client unit tests and testdata
c46e9a0 Rename client package
ffbe09e Refactor http calls to a seperate client
49f64ea Merge pull request #8 from nuvo/data_race
d102d88 Move targets to config
caaee7e Add initial collect unit tests
14335d0 Add lock to metric append
d162455 Add e.up to mutex, refactor utils
2f58965 Add initial mutex implementation

Docker images

  • docker pull nuvo/emq_exporter:latest
  • docker pull nuvo/emq_exporter:v0.4.1

v0.4.0

03 Feb 13:41
Compare
Choose a tag to compare

Breaking changes

  • Drop support for passing credentials via the command line - As this might pose a security concern, authentiaction details can be passed by file or env vars, see the README for additional details
  • Drop support for windows and macos - We can't really test those so we'll stop publishing releases for these OS. If you'd like us to support either OS, please raise and issue and we'll figure out together how best to handle it

Changelog

ed4dd7f Fix goreleaser main section, drop support for macos and windows
adfd310 Merge pull request #7 from nuvo/creds_refactor
7e438a4 Rename test file, typo fixes in readme
15379df Add detail sto readme regarding passing creds
5dd3492 Refactor creds helper and add ginkgo test
0f772b7 Refactor crdential loading and restructured project

Docker images

  • docker pull nuvo/emq_exporter:latest
  • docker pull nuvo/emq_exporter:v0.4.0

v0.3.2

31 Jan 11:58
Compare
Choose a tag to compare

Changelog

f14b18a Change default port to 9540
82f338b Change statefulset to deployment Update examples for v3 changes
732efed Update Readme with v3 auth changes

Docker images

  • docker pull nuvo/emq_exporter:latest
  • docker pull nuvo/emq_exporter:v0.3.2

v0.3.1

31 Jan 08:52
cd809d5
Compare
Choose a tag to compare

Changelog

cd809d5 Merge pull request #6 from nuvo/http_refactor
ee81075 Clenaup and refactor the http methods
d7e27a8 Change wording in makefile targets

Docker images

  • docker pull nuvo/emq_exporter:latest
  • docker pull nuvo/emq_exporter:v0.3.1

v0.3.0

29 Jan 10:55
Compare
Choose a tag to compare

Changelog

cbd4aff Move to go mod instead of dep

Docker images

  • docker pull nuvo/emq_exporter:latest
  • docker pull nuvo/emq_exporter:v0.3.0

v0.2.2

26 Dec 14:59
Compare
Choose a tag to compare

Changelog

5200959 Update gopk.lock

Docker images

  • docker pull nuvo/emq_exporter:latest
  • docker pull nuvo/emq_exporter:v0.2.2

v0.1.1

26 Nov 12:08
Compare
Choose a tag to compare

Changelog

e7a83ed Cleanup travis.yml
252b98b Add comments to makefile
18859c6 Merge pull request #1 from karlem/master
9f20cda Fixing update metric issue
f98a87e Add k8s manifests
ab64f7d Fix typo in comments
59f376a typo fix inreadme
5ad9f1c Typo fixes in readme and maintainers files

Docker images

  • docker pull nuvo/emq_exporter:latest
  • docker pull nuvo/emq_exporter:v0.1.1