mongodb_exporter
mongodb_exporter copied to clipboard
A Prometheus exporter for MongoDB including sharding, replication and storage engines
[PMM-7947](https://jira.percona.com/browse/PMM-7947) This PR allows use of the `serverStatus` and `replSetGetStatus` collectors for scenarios where fetching all the data provided by `getDiagnosticData` is either not desirable (or in the case of...
**Is your feature request related to a problem? Please describe.** expose monitoring mongo instance URI will be helpful when handling problems, but exposing user pass is insecure **Describe the solution...
**Describe the bug** Exporter tries to connect with MongoDB using the URI to get the metrics. Here is the URI format. **mongodb://[username:password@]host1[:port1][,...hostN[:portN]][/[defaultauthdb][?options]]** When we do ps -ef we are able...
No matter which value I provide in the commandline for `--web.telemetry-path` switch, the web page is just accessible at `/metrics` url. Another problem related to this problem is that the...
Cannot Connect the Exporter to the Instance. If I use mongosh all seems OK:- ``` $ mongosh "mongodb://:@.us-west-2.aws:27017/bfadb?ssl=true" Current Mongosh Log ID: 62fa0606444233a5cd08bde8 Connecting to: mongodb://@.us-west-2.aws:27017/bfadb?ssl=true&directConnection=true&appName=mongosh+1.5.4 Using MongoDB: 4.2.15 Using...
- [#559] Links to other linked pull requests (optional). --- - [X] Tests passed. - [X] Fix conflicts with target branch. - [ ] Update jira ticket description if needed....
[PMM-10691](https://jira.percona.com/browse/PMM-10691) - [ ] Links to other linked pull requests (optional). --- - [x] Tests passed. - [x] Fix conflicts with target branch. - [x] Update jira ticket description if...
This is useful for exporting oplog metrics in order to calculate the oplog window as the difference between `mongodb_ss_oplog_latestOptime` and `mongodb_ss_oplog_earliestOptime` [PMM-6927](https://jira.percona.com/browse/PMM-6927) - [ ] Links to other linked pull...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.10.1 to 1.10.2. Release notes Sourced from go.mongodb.org/mongo-driver's releases. MongoDB Go Driver 1.10.2 The MongoDB Go Driver Team is pleased to release version 1.10.2 of the official...
Tests using mongo4.4 pass locally, save existing pipeline repeated metrics issue.