
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
github.com/commercetools/mongodbatlas_exporter
Advanced tools
Atlas released a prometheus integration that provides much more reliable metrics without having to circumvent API rate limits.
See Introducing MongoDB’s Prometheus Monitoring Integration.
number of process calculation:
1 sharded cluster with 3 shards = 3x3 shards mongod processes + 3x3 mongos processes + 3x1 config mongod processes = 21
1 non-sharded cluster (replica set) = 3x1 mongod processes
mongodbatlas_exporter doesn't require any configuration file and the available flags can be found as below:
usage: mongodbatlas_exporter [<flags>]
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--listen-address=":9905" The address to listen on for HTTP requests.
--atlas.public-key=ATLAS.PUBLIC-KEY
Atlas API public key
--atlas.private-key=ATLAS.PRIVATE-KEY
Atlas API private key
--atlas.project-id=ATLAS.PROJECT-ID
Atlas project id (group id) to scrape metrics from
--atlas.cluster=ATLAS.CLUSTER ...
Atlas cluster name to scrape metrics from. Can be defined multiple times. If not defined all clusters in the project will be scraped
--log-level=debug Printed logs level.
--version Show application version.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.