Skip to content

Releases: gesellix/couchdb-prometheus-exporter

v30.0.0

03 Jan 23:55
Compare
Choose a tag to compare

Add support for TLS and Basic authentication

Based on the Prometheus Exporter-Toolkit.

Changelog

07cef82 add support for TLS and Basic auth
1ccae4a refactor web config
930bd3e remove Golang 1.13 checks
f22f7de update Dockerfile
0a8a2a0 update module version
de889d9 update modules
e12626d update to k8s.io/klog/v2

v29.3.1

21 Nov 13:03
Compare
Choose a tag to compare

Applies a CouchDB specific escaping of database names in url paths. See apache/couchdb#3236 for more details.

Changelog

d1b982a 🐛 Fix url escaping database name (#86)
9278c94 Fix unshallow
e48f0c3 fix unshallow for existing tags

v29.3.0

06 Oct 19:24
Compare
Choose a tag to compare

Implemented metrics for mongo indexes (by @skeyby)

Changelog

3218be0 Implemented metrics for mongo indexes
f92c968 Fixing tests
c28b046 forgot gofmt -w

v29.2.0

05 Oct 08:20
Compare
Choose a tag to compare

Update to Golang 1.15 and fix some type conversion issues.

Changelog

26f4611 Fix loading of bool config properties
ad788b8 fix unmarshalling issues of differing json types between couchdb v1 and v2+
acca8d1 Run CI on Golang 1.14
5ba10a5 Run CI on Golang 1.15
d3d85d9 Update Travis-CI to use multiple Golang releases
596c7e5 Update builder image
6598c0d Update module version
7e3ce5e Update module version - for real
615ddad go mod updates

v29.0.0

16 Sep 21:36
Compare
Choose a tag to compare

Gracefully skip partitioned databases for view stats (#73)

Changelog

1dbf73b Add 'partitioned' to the 'couchdb_database_info' series
5df728b Add helper script to debug #73
b7ec134 Extract rate limiting semaphore to its own source file
9f36a5d Gracefully skip partitioned databases for view stats
95568c5 Log release version on startup
aafb25b Prepare CouchDB v3 partitioned databases support
6245b5d Properly identify prerelease versions as clustered (post-2.0)
c78571b Reduce log volume
191e587 Refactor view stats collection (make the nested code more readable)
7cbd442 add node name to error log

v28.0.2

28 Aug 06:47
Compare
Choose a tag to compare

Changelog

d40847d fix typo COUCHDB_USERNAME

v28.0.1

27 Aug 19:58
Compare
Choose a tag to compare

This release makes http errors more visible and provide more helpful error messages.

Changelog

da85629 Fix data_size and disk_size metrics for CouchDB 2.x

v28.0.0

26 Jul 19:07
Compare
Choose a tag to compare

Release v28 as proper Go Module

Changelog

fc2d4c2 Release v28 as proper Go Module
1d4820f Update goreleaser-action
9a88d1f update to gesellix/couchdb-cluster-config:v17.0.0

v27.3.0

24 Jul 22:22
Compare
Choose a tag to compare

🎉 This release has been successfully tested with CouchDB 3.1.0

Changelog

d447475 Update gesellix/couchdb-cluster-config
2bdacc5 Update test environment to CouchDB 3.1
63d14d0 Update to urfave/cli/v2
54e00f6 Use more descriptive container names in our integration test setup
711338f beautify examples
8c9951e update github workflows
72c1aa6 update integration test setup

v27.2.0

18 May 19:16
Compare
Choose a tag to compare

Changelog

230e954 Allow underscores in env variables
55bb8a6 Update Readme with more hints about configuration options