mongodb_exporter
mongodb_exporter copied to clipboard
A Prometheus exporter for MongoDB including sharding, replication and storage engines
Note that I did not implement initialization of `clientOptions.Auth.AuthMechanism` or `clientOptions.Auth.AuthMechanismProperties` when `clientOptions.Auth` returned by `ApplyURI()` is nil
**Question** I have a three-node mongo replica set with one master and two slaves. And the exporter is deployed on each node. When looking at the metrics on the master...
**Describe the bug** Mongos missing metrics,the following is just one example. In fact, there are many metrics that do not have information, such as `mongodb_instance_uptime_seconds` **To Reproduce** My mongos yaml...
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.45.2 to 1.48.0. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.48.0 Changelog 368c41cd build(deps): bump github.com/daixiang0/gci from 0.5.0 to 0.6.0 (#3035) 2d8fea81 build(deps): bump github.com/daixiang0/gci from 0.6.0 to...
**Describe the bug** Currently, I used the mongodb_exporter 0.32.0 version. mongodb_exporter could not get response when mongodb instance is down, I mean that at least the metric mongodb_up should be...
This PR should fix https://github.com/percona/mongodb_exporter/issues/486, `pmm` user is never created, so the mongodb_exporter user should be used here. --- - [ ] Tests passed. - [ ] Fix conflicts with...
Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong) from 0.5.0 to 0.6.1. Commits 0066abb fix: Reset() should always be called before anything else edc47eb helpful error message when flag is missing values (#310) 9d72e94 Update yaml...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...
**Is your feature request related to a problem? Please describe.** with the current mongodb_exporter we are not able to see which instance is being used and not used as mongodb_ss_connection...
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.10 to 0.1.12. Commits b3b5c13 internal/lsp/cache: invalidate packages with missing deps when files are 39a4e36 internal/lsp/regtest: only run /default tests with -short f157068 internal/lsp/regtest: allow sharing memoized...