Releases: percona/mongodb_exporter
Releases · percona/mongodb_exporter
v0.7.0
Changed
- PMM-3512: Switched to kingpin library.
This is a BREAKING CHANGE because kingpin uses--instead of-for long flags, so be careful when updating. - PMM-2261 Unify common mongod and mongos server metrics, thx @bz2
This is a BREAKING CHANGE. The labels of these metrics are now prefixed with justmongodb_rather thanmongodb_mongo[ds]_.
Added
- Fine grained error handling for index usage and collection stats (#128), thx @akira-kurogane
- Introduce a docker go build that creates a mongodb_exporter binary within a container (#112), thx @mminks
- Ability to make releases and snapshots with GoReleaser
v0.6.3
Added
- PMM-3401: Added collection of TTL metrics #127, thx @fastest963
- Added some new metrics:
member_replication_lagmember_operational_lagop_latencies_latency_totalop_latencies_ops_totalop_latencies_histogram
Fixed
- Fix for broken labels on
index_usagemetrics - Fix SIGSEGV when running connected to a Primary, thx @anas-aso
Changed
- Move CHANGELOG.md to "Keep a Changelog" format.
v0.6.2
v0.6.1
v0.6.0
CHANGELOG:
- Add timeout flags #100, thx @unguiculus
- Enable collection of table top metrics #94, thx @bobera
- Individual index usage stats and index sizes added #97, thx @martinhoefling
- Support &ssl=true #105 #90, thx @dbmurphy
- Fix balancerIsEnabled & balancerChunksBalanced values #106, thx @jmsantorum
- Add required testify dependency #107, thx @RubenHoms
KNOWN BUGS:
--versionreports0.5.0instead of0.6.0; Will be fixed in0.6.1.
v0.5.0
v0.4.0
- New flags
-collect.databaseand-collect.collectioncan be used to enable collection of database and collection
metrics. They are disabled by default. - MongoDB connections are now kept between the scrapes. New flag
-mongodb.max-connections(with the default value1)
controls the maximum number of established connections. - Add standard metrics:
mongodb_scrape_errors_totalmongodb_up
- Some queries now contain cursor comments
with source code locations. - Go vendoring switched to dep.
v0.3.1
v0.3.0
v0.2.0
- Default listen port changed to 9216.
- All log messages now go to stderr. Logging flags changed.
- Fewer messages on default INFO logging level.
- Use https://github.com/prometheus/common log for logging instead of https://github.com/golang/glog.
- Use https://github.com/prometheus/common version to build with version information.
- Use https://github.com/prometheus/promu for building.