Skip to content

Releases: raffis/mongodb-query-exporter

prometheus-mongodb-query-exporter-1.1.4

04 Nov 15:48
01561b5

Choose a tag to compare

A Prometheus exporter for MongoDB custom aggregations

v1.0.0-beta7

18 Jan 21:31
c4e73d7

Choose a tag to compare

v1.0.0-beta7 Pre-release
Pre-release

Bugfixes

  • Fixes missing Path in ServiceMonitor helm chart

Features

  • Support changeable metrics path #19

prometheus-mongodb-query-exporter-1.1.3

18 Jan 21:30
c4e73d7

Choose a tag to compare

A Prometheus exporter for MongoDB custom aggregations

v1.0.0-beta6

13 Nov 13:54
4cd282f

Choose a tag to compare

v1.0.0-beta6 Pre-release
Pre-release

Bugfixes

  • Protect cache from concurrent access

Changes

  • User default prometheus registry instead a custom one

prometheus-mongodb-query-exporter-1.0.2

11 Nov 23:16
98c37c7

Choose a tag to compare

A Prometheus exporter for MongoDB custom query/aggregations

v1.0.0-beta5

10 Nov 23:23
bdc42f2

Choose a tag to compare

v1.0.0-beta5 Pre-release
Pre-release

Features

  • Support for multiple MongoDB servers
  • Support for versioned configurations
  • Redesigned GO public API
  • New log implementation, the default is now json log format
  • Added new counter metric for internal stats about quries mongodb_query_exporter_query_total
  • Added root hint to go to /metrics

Changes

  • Dropped interval pulling mechanism, pull is now synchronous while getting called by an http request
  • Drop support for counters (use gauge instead)
  • No internal tracking of upstreams anymore, using prometheus ConstMetric
  • go 1.15 update

Packaging

  • Provide Helm chart
  • Migrated to github actions (from travis-ci)

prometheus-mongodb-query-exporter-1.0.1

10 Nov 23:20
4a5a7b4

Choose a tag to compare

A Prometheus exporter for MongoDB custom query/aggregations

prometheus-mongodb-query-exporter-1.0.0

04 Oct 21:16
c871a06

Choose a tag to compare

A Prometheus exporter for MongoDB custom query/aggregations

1.0.0-beta4

27 Mar 09:42
1219a8e

Choose a tag to compare

1.0.0-beta4 Pre-release
Pre-release

Bugfixes

  • Do not abort if lookup config in home fails
  • Do not abort pull listeners if an error occurs #2
  • Do not panic if MongoDB is unreachable during bootstrap

Changes

  • Execute docker container rootless by default
  • introduce two config changes: cacheTime => interval / realtime => mod [pull|push]

Packaging

  • Dont build on travis and in dockerfile, only build docker image on travis which contains everything else

1.0.0-beta3

13 Mar 22:50
8d1f990

Choose a tag to compare

1.0.0-beta3 Pre-release
Pre-release

Bugfixes

  • Metrics never updated within startPullListeners? #1
  • Proper usage of defaultCacheTime from mongodb.defaultCacheTime
  • fixes logging output during testing

Changes

  • go 1.13 update

Packaging

  • correctly push build to github releases from travis