Releases: nuvo/emq_exporter
v0.5.1
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
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
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
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
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
andmacos
- 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
v0.3.1
v0.3.0
v0.2.2
v0.1.1
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