Skip to content

Releases: gesellix/couchdb-prometheus-exporter

v30.4.2

19 Sep 15:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v30.3.0...v30.4.2

v30.3.0

27 May 09:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v30.2.0...v30.3.0

v30.2.0

06 Feb 20:37
Compare
Choose a tag to compare

Changelog

  • 7ad2416 Add new metric couchdb_server_active_tasks_replication_changes_pending for "changes_pending" from /_active_tasks (#113)

v30.1.0

05 Feb 11:07
Compare
Choose a tag to compare

What's new

  • Work around a type conversion issue when database and view details (update sequence) metric collection is enabled (#106)
  • Bump several dependencies

Changelog

  • 97ec37f :rolleyes:
  • f1ba3b5 Bump github.com/okeuday/erlang_go/v2 from 2.0.2 to 2.0.4
  • 5480e43 Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.1
  • 2383625 Bump github.com/prometheus/exporter-toolkit from 0.6.1 to 0.7.1
  • e163e06 Bump k8s.io/klog/v2 from 2.20.0 to 2.40.1
  • 81133a3 Fix the panic when trying to convert an int32 to an uint8
  • 332cb79 adjust some tests to make them succeed on Windows
  • 24faddb allow dependabot to open more pull requests
  • 972bc3a bump github.com/gesellix/couchdb-cluster-config/v17 v17.1.0
  • 14b7ccb bump github.com/golang/protobuf v1.5.2
  • b878c6f bump github.com/okeuday/erlang_go/v2 v2.0.2
  • 3ee92d9 bump github.com/prometheus/exporter-toolkit v0.6.1
  • 890e784 bump github.com/stretchr/testify v1.7.0
  • 528b98a bump k8s.io/klog/v2 v2.20.0
  • 6fb6c15 enable database and view details in example/integration test
  • 107c73c enable dependabot for golang modules and github-actions
  • 81a949d update modules
  • 8e3dfed update to Golang 1.17

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