Skip to content

Releases: percona/mongodb_exporter

v0.20.9

28 Oct 15:12
Compare
Choose a tag to compare
  • Fix version reported by community exporter, now empty (#373) (Denys Kondratenko)
  • PMM-8011 Add top admincommand collector (#357) (Ivan Groenewold)
  • Prevent exporter exit after start (#366) (Kris Budde)
  • Close client if initial connection failed (#367) (Kris Budde)
  • Build container image on release (#354) (Kris Budde)
  • PMM-7116 myState metric always has a value (#345) (Carlos Salguero)
  • Expose exporter.Handler and allow disabling default registry (#356) (Robert Fratto)
  • Remove dependency on github.com/prometheus/common/log (#355) (Robert Fratto)

Docker images

  • docker pull percona/mongodb_exporter:0.20
  • docker pull percona/mongodb_exporter:0.20.9

v0.20.8

07 Oct 19:29
Compare
Choose a tag to compare
Fix # Description
Fixed bug PMM-8849 Fixed panic on nil data
Improvement PMM-8772 DBStats are disabled by default. Adde 'enable' parameter
Fixed bug PMM-8539 cl_role is always "shardsvr" even for configsvr
Fixed bug PMM-8489 Fixed topology labels on mongos
Improvement PMM-7424 Add support for compatible mode for dbStats metric to provide old metrics
Improvement PMM-7116 myState metric always has a value
Improvement PR #344 Documented minimum permissions needed to collect data

v0.20.7

10 Aug 13:05
Compare
Choose a tag to compare
Ticket Description
Improvement Upgraded dependencies
Fixed error PMM-6877 replsetGetStatus error on mongos

v0.20.6

26 Jun 03:17
a9a482b
Compare
Choose a tag to compare

v0.20.5

18 May 14:40
Compare
Choose a tag to compare
  • Fixed bug PMM-7941: Wrong replication status value
  • Improvement #272 : Bump github.com/golangci/golangci-lint from 1.39.0 to 1.40.1 in /tools
  • Improvement #271 : Bump golang.org/x/tools from 0.1.0 to 0.1.1 in /tools
  • Improvement #269 : Bump go.mongodb.org/mongo-driver from 1.4.1 to 1.5.2
  • Improvement #268 : Bump github.com/prometheus/common from 0.20.0 to 0.24.0

v0.20.4

09 Apr 12:24
1b59991
Compare
Choose a tag to compare

v0.20.3

11 Mar 18:36
8b80aef
Compare
Choose a tag to compare

PMM-7470 IndexStatsCollections is assigned values from wrong flag.
Adding binaries to the release.

v0.20.2

23 Feb 12:55
Compare
Choose a tag to compare
  • PMM-7470 IndexStatsCollections is assigned values from wrong flag

v0.20.1

26 Nov 23:36
6421fe4
Compare
Choose a tag to compare

NOTE

This is a new branch of Exporter. It's a completely new code and will be the default soon.
As for now, this used in PMM 2.10.0+.
Read more in:


Fixed

PMM-6811: Secondary lag reported as 136 years

v0.11.2

25 Sep 15:37
af0a25f
Compare
Choose a tag to compare

[0.11.2]

Added

  • PMM-6361: New flag --suppress.collectshardingstatus can be used to disable the collection of Sharding Status. This flag is not set by default.
    On a large scale cluster it could help you to disable the mongoS exporters induced load to config tables. @vrazvan-adobe

Fixed

  • PMM-6361: runtime error: invalid memory address or nil pointer dereference, source="sharding_status.go:166" .
    When chunks collection is very big, the aggregate on it can take longer then default default 1000ms SocketTimeout. @vrazvan-adobe