Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
MongoDB (local or remote monitoring)MongoDB (local or remote monitoring)
MongoDB (local or remote monitoring)

MongoDB (local or remote monitoring)

Monitor your MongoDB servers either locally or remotely!

Extension
Free trialDocumentation
New MongoDB DashboardMongoDB DashboardMongoDB Process ListMongoDB Process DetailsMongoDB Database ListMongoDB Database Details
  • Product information
  • Release notes

Overview

The MongoDB Extension connects to your MongoDB servers either remotely and locally.
Collective batch of data is gathered every minute by this extension and sent to the Dynatrace platform for detailed analysis.

This is intended for users, who:

  • Would like to monitor database traffic for optimization plan

This enables you to:

  • Monitor database operations with a comprehensive dashboard
  • Take pre-emptive measures to avoid service degradations
Dynatrace
Documentation
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

Extension content

Content typeNumber of items included
screen injections
2
screen layout
6
screen properties
2
list screen layout
3
document dashboard
1
screen entities lists
6
screen chart groups
22
dashboards
1
metric metadata
34
generic type
4
generic relationship
5
screen dql table
3

Feature sets

Below is a complete list of the feature sets provided in this version. To ensure a good fit for your needs, individual feature sets can be activated and deactivated by your administrator during configuration.

Feature setsNumber of metrics included
Metric nameMetric keyDescriptionUnit
Locks - Current Global Queuemongodb.locks.global_current_queueThe number of operations queued because of a lock.Count
Locks - Global Total Timemongodb.locks.global_total_timeThe time, in microseconds, since the database last started and created the globalLock. This is roughly equivalent to total server uptime.MicroSecond
Locks - Current Global Acquired Locksmongodb.locks.global_acquireNumber of times the lock was acquired in the specified mode.Count
Locks - Current Global Aqcuired Waitsmongodb.locks.global_acquire_waitNumber of times the lock acquisitions encountered waits because the locks were held in a conflicting mode.Count
Locks - Global Time Acquired (Microseconds)mongodb.locks.global_time_acquireCumulative wait time in microseconds for the lock acquisitions.MicroSecond
Locks - Current Global Deadlocksmongodb.locks.global_deadlocksNumber of times the lock acquisitions encountered deadlocks.Count
Metric nameMetric keyDescriptionUnit
Replica Set - Oplog Sizemongodb.rs.oplog_sizeThe range between the earliest and latest oplog entiresByte
Replica Set - Oplog Windowmongodb.rs.oplog_windowThe time window covered by the oplog (Replication headroom)Second
Metric nameMetric keyDescriptionUnit
Current connectionsmongodb.current_connections-Count
Available connectionsmongodb.available_connections-Count
Insert operationsmongodb.insert_operations2.count-PerSecond
Query operationsmongodb.query_operations2.count-PerSecond
Update operationsmongodb.update_operations2.count-PerSecond
Delete operationsmongodb.delete_operations2.count-PerSecond
Getmore operationsmongodb.getmore_operations2.count-PerSecond
Command operationsmongodb.command_operations2.count-PerSecond
Resident memorymongodb.resident_memory-MegaByte
Virtual memorymongodb.virtual_memory-MegaByte
Current queuemongodb.current_queue-Count
Active clientsmongodb.active_clients-Count
Regular assertsmongodb.regular_asserts2.count-PerSecond
Warning assertsmongodb.warning_asserts2.count-PerSecond
Message assertsmongodb.message_asserts2.count-PerSecond
User assertsmongodb.user_asserts2.count-PerSecond
Rollover assertsmongodb.rollover_asserts2.count-PerSecond
Page Faultsmongodb.page_faultsThe total number of page faultsCount
Uptimemongodb.uptimeThe number of seconds that the MongoDB process has been active.Second
Objectsmongodb.db.objects-Count
Indexesmongodb.db.indexes-Count
Data sizemongodb.db.db_data_size-Byte
Storage sizemongodb.db.db_storage_size-Byte
Index sizemongodb.db.db_index_size-Byte
Metric nameMetric keyDescriptionUnit
Cache - Pages Requestedmongodb.cache.pages_requestedNumber of pages reqeusted from the cacheCount
Cache - Pages Readmongodb.cache.pages_readNumber of pages read into the cacheCount

Full version history

To have more information on how to install the downloaded package, please follow the instructions on this page.
ReleaseDate

Full version history

NOTE:

  • This version requires ActiveGate version 1.313 or newer.

Improved in this version:

  • Improved error handling (Dynatrace Error Codes) and Endpoint Statuses.

Full version history

New in this version

  • Updated screens for the latest Dynatrace.

Full version history

⚠️ NOTICE:

  • Requires minimum Dynatrace version of 1.309

✨ New in this version:

Metrics
  • Page Faults (mongodb.page_faults) The total number of page faults (as Count)
  • Uptime (mongodb.uptime) The number of seconds that the MongoDB process has been active. (as Second)
  • Cache - Pages Requested (mongodb.cache.pages_requested) Number of pages reqeusted from the cache (as Count)
  • Cache - Pages Read (mongodb.cache.pages_read) Number of pages read into the cache (as Count)
  • Locks - Current Global Queue (mongodb.locks.global_current_queue) The number of operations queued because of a lock. (as Count)
  • Locks - Global Total Time (mongodb.locks.global_total_time) The time, in microseconds, since the database last started and created the globalLock. This is roughly equivalent to total server uptime. (as MicroSecond)
  • Locks - Current Global Acquired Locks (mongodb.locks.global_acquire) Number of times the lock was acquired in the specified mode. (as Count)
  • Locks - Current Global Deadlocks (mongodb.locks.global_deadlocks) Number of times the lock acquisitions encountered deadlocks. (as Count)
  • Locks - Current Global Aqcuired Waits (mongodb.locks.global_acquire_wait) Number of times the lock acquisitions encountered waits because the locks were held in a conflicting mode. (as Count)
  • Locks - Global Time Acquired (Microseconds) (mongodb.locks.global_time_acquire) Cumulative wait time in microseconds for the lock acquisitions. (as MicroSecond)
  • Replica Set - Oplog Size (mongodb.rs.oplog_size) The range between the earliest and latest oplog entires (as Byte)
  • Replica Set - Oplog Window (mongodb.rs.oplog_window) The time window covered by the oplog (Replication headroom) (as Second)
Authentication Mechanism
  • Added support for MONGODB-X509
Dashboard
  • Added New Dashboard

Full version history

  • Fixed a bug when setting a custom hostname.

Full version history

  • Fix for setting custom hostname in monitoring configuration.

Full version history

⚠️ BREAKING CHANGE ⚠️

Upgrading existing monitoring configurations from previous versions to this version will not be possible and will require recreating those monitoring configurations. New monitoring configurations will not be affected.

In this version:

  • Added Support for TLS client certificate file (tlsCertificateKeyFile)
  • Fixed issue where credentials were not able to be retrieved from credential vault for additional monitored processes

Full version history

Version 1.5.13

  • Removed the OCSP dependency, which made the extension not be able to connect to certain mongo instances

Full version history

Version 1.5.12

🐛 Bug fixes

  • Fix an issue where the extension could not retry a connection after failure.

Full version history

  • Fixed issue with cryptography library version requirement

Full version history

  • Added toggle to enable debug logging
  • Added support for Credential Vault

Full version history

v1.5.2

  • DXS-1351
    • Added support for Replica Sets
    • Added support for multiple MongoDB Processes (ports) in a single monitoring configuration
  • DXS-1601
    • Added support for Insecure TLS connections via the configuration
  • DXS-1762
    • Fix how IP address is reported for MongoDB Host entities when using the Remote Activation

Full version history

v1.2.0

  • #277460
    • Changes to how entity names are captured, to avoid showing DBs as localhost

Full version history

v1.1.0

  • Updates to correctly encode User and Password

Full version history

v1.0.0

  • Initial Version of the Extension
Dynatrace Hub
Hub HomeGet data into DynatraceBuild your own app
Log Management and AnalyticsKubernetesAI and LLM ObservabilityInfrastructure ObservabilitySoftware DeliveryApplication ObservabilityApplication SecurityDigital ExperienceBusiness Observability
Filter
Type
Built and maintained by
Deployment model
SaaS
  • SaaS
  • Managed
Partner FinderBecome a partnerDynatrace Developer

All

0 Results filtered by:

Default empty state

We couldn't find any results

You can search all listings, or try a different spelling or keyword. Still nothing? Dynatrace makes it easy to create custom apps.

Find a partnerLearn to build apps