mongodb_exporter
mongodb_exporter copied to clipboard
A Prometheus exporter for MongoDB including sharding, replication and storage engines
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. Commits f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep ebc9029 update dependencies 56c843c Merge pull request #1337 from izhakmo/fix-cve 41b4ee6 update gopkg.in/yaml.v3 to v3.0.1 f98ed3e...
Bumps [github.com/daixiang0/gci](https://github.com/daixiang0/gci) from 0.3.3 to 0.7.0. Release notes Sourced from github.com/daixiang0/gci's releases. v0.7.0 What's Changed fix cgo issue by @daixiang0 in daixiang0/gci#104 fix typo in file name by @daixiang0 in...
Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.5.0 to 0.6.0. Release notes Sourced from github.com/prometheus/client_model's releases. v0.6.0 What's Changed Add unit field to MetricFamily proto message by @vesari in prometheus/client_model#75 add exemplar to native...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.42.0 to 0.47.0. Release notes Sourced from github.com/prometheus/common's releases. v0.47.0 What's Changed UTF-8 support in validation, and some parsers and formatters by @ywwg in prometheus/common#537 Support empty...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.18.0. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.18.0 What's Changed [FEATURE] promlint: Allow creation of custom metric validations. #1311 [FEATURE] Go programs using client_golang can...
Bumps [github.com/reviewdog/reviewdog](https://github.com/reviewdog/reviewdog) from 0.17.0 to 0.17.1. Release notes Sourced from github.com/reviewdog/reviewdog's releases. v0.17.1 See CHANGELOG Changelog a8c0f20 Bump version to v0.17.1 1e76eb4 CI: stop using golangci-lint --enable-all 4712993 Fix an...
Bumps [github.com/daixiang0/gci](https://github.com/daixiang0/gci) from 0.12.1 to 0.12.3. Release notes Sourced from github.com/daixiang0/gci's releases. v0.12.3 What's Changed bump up to 0.12.3 by @daixiang0 in daixiang0/gci#188 Full Changelog: https://github.com/daixiang0/gci/compare/v0.12.2...v0.12.3 v0.12.2 What's Changed Update...
I am getting socket issue in the new version 0.40.0, I was able to resolve the TLS issue by configuring the --web.config file, but the connection to the MongoDB deployment...
Adds the --collector.dbstatsfreestorage option introduced in v.0.40.0. I would also like to add a warning somewhere that states the same as the [mongodb documentation](https://www.mongodb.com/docs/manual/reference/command/dbStats/#std-label-dbStats-freeStorage): > If the instance has a...
**Is your feature request related to a problem? Please describe.** There is no metric exposed currently to know whether a node is voting member or not. E.g. mongodb_config_members_votes 0 ->...