Sign inSign up

sourcemation/mongodb-exporter

By sourcemation

Updated 1 day ago

Image
0

4.5K

sourcemation/mongodb-exporter repository overview

MongoDB Exporter packaged by Sourcemation

Prometheus exporter for MongoDB metrics.

This MongoDB Exporter distribution is compiled and packaged by Sourcemation, based on the upstream Percona MongoDB Exporter source code.

Usage

Run a temporary container with the MongoDB Exporter

docker run --rm -it sourcemation/mongodb-exporter:latest --help
Advanced usage examples

To connect to a MongoDB instance:

docker run -d \
  -p 9216:9216 \
  -e MONGODB_URI=mongodb://user:password@mongo:27017 \
  sourcemation/mongodb-exporter:latest

Image tags and versions

The sourcemation/mongodb-exporter image is based on sourcemation/debian-13-slim and is compiled from source.

Environment Vars, Ports, Volumes

This image typically uses MONGODB_URI environment variable to connect to MongoDB. See MongoDB Exporter Documentation for details.

This image typically listens on port 9216.

Please note that the ports need to be either manually forwarded with the -p option or let Docker choose some for you with the -P option.

Contributing and Issues

We'd love for you to contribute! You can request new features, report bugs, or submit a pull request with your contribution to this image on the Sourcemation GitHub repository.

Disclaimer: The sourcemation/mongodb-exporter image is not affiliated with Percona. The respective companies and organisations own the trademarks mentioned in the offering. The sourcemation/mongodb-exporter image is a separate project and is maintained by Sourcemation.

Extra notes

Image and its components Risk Analysis report

A detailed risk analysis report of the image and its components can be found on the Sourcemation platform.

For more information, check out the overview of MongoDB Exporter.

Licenses

The base license for the solution (MongoDB Exporter) is the Apache 2.0 License.

Tag summary

Content type

Image

Digest

sha256:169897c7b

Size

42.4 MB

Last updated

1 day ago

docker pull sourcemation/mongodb-exporter