v0.4.0
版本发布时间: 2018-01-17 17:14:25
percona/mongodb_exporter最新发布版本:v0.41.1(2024-09-26 18:59:05)
- New flags
-collect.database
and-collect.collection
can 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_total
-
mongodb_up
-
- Some queries now contain cursor comments with source code locations.
- Go vendoring switched to dep.