Releases: raffis/mongodb-query-exporter
Releases · raffis/mongodb-query-exporter
prometheus-mongodb-query-exporter-1.1.4
A Prometheus exporter for MongoDB custom aggregations
v1.0.0-beta7
Bugfixes
- Fixes missing Path in ServiceMonitor helm chart
Features
- Support changeable metrics path #19
prometheus-mongodb-query-exporter-1.1.3
A Prometheus exporter for MongoDB custom aggregations
v1.0.0-beta6
Bugfixes
- Protect cache from concurrent access
Changes
- User default prometheus registry instead a custom one
prometheus-mongodb-query-exporter-1.0.2
A Prometheus exporter for MongoDB custom query/aggregations
v1.0.0-beta5
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
A Prometheus exporter for MongoDB custom query/aggregations
prometheus-mongodb-query-exporter-1.0.0
A Prometheus exporter for MongoDB custom query/aggregations
1.0.0-beta4
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
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