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

194 Results filtered by:

Palo Alto firewalls logo

Palo Alto firewalls

Palo Alto extension for problems detection

Extension
Confluent Cloud (Kafka) logo

Confluent Cloud (Kafka)

Remotely monitor your Confluent Cloud Kafka Clusters and other resources!

Extension
Kong - Prometheus logo

Kong - Prometheus

Monitor Prometheus metrics exposed by Kong and proxied upstream services

Extension
Nutanix Clusters logo

Nutanix Clusters

Monitor Nutanix clusters' performance, usage and availability, with Nutanix API.

Extension
Luna Network HSM Device logo

Luna Network HSM Device

Monitor your Luna Network Hardware Security Module (HSM) Devices through SNMP.

Extension
Consul Service Mesh (StatsD) logo

Consul Service Mesh (StatsD)

Extend visibility into your Consul Service Mesh instances to monitor health and improve performance.

Extension
Microsoft IIS logo

Microsoft IIS

Flexible and secure web server for hosting with Windows Server.

Extension
Kubernetes Monitoring Statistics logo

Kubernetes Monitoring Statistics

Troubleshoot your Dynatrace Kubernetes monitoring and Prometheus integration.

Extension
Snyk logo

Snyk

Ingest Snyk vulnerability findings, scans, and audit logs.

Extension
Citrix DaaS & Virtual Apps and Desktops logo

Citrix DaaS & Virtual Apps and Desktops

Gain insight into your Citrix DaaS & Virtual Apps and Desktops environments

Extension
Google Memorystore logo

Google Memorystore

Get insights into Google Memorystore service metrics collected from the Google Operations API to ensure health of your cloud infrastructure.

Extension
Databricks Workspace logo

Databricks Workspace

Remotely monitor your Databricks Workspaces!

Extension
Uptime logo

Uptime

Monitor the uptime of your hosts

Extension
UPS Device logo

UPS Device

Monitor your Uninterruptible Power Supplies (UPS) over SNMP

Extension
Google App Engine (integration) logo

Google App Engine (integration)

Insights into Google App Engine service metrics collected from Operations API

Extensioncoming soon
Traceroute logo

Traceroute

Run traceroute commands and collect step performance metrics

Extension
[Deprecated] Kubernetes PVCs logo

[Deprecated] Kubernetes PVCs

Monitor your Kubernetes persistent volume claims and alert on capacity limits.

Extension
Google Cloud Storage Transfer logo

Google Cloud Storage Transfer

Get insights into Google Cloud Storage Transfer metrics collected from the Google Operations API to ensure health of cloud infrastructure.

Extension
NVIDIA GPU logo

NVIDIA GPU

Monitor base parameters of the GPU, including load, memory and temperature

Extension
Oracle Database logo

Oracle Database

Observe, analyze and optimize the usage, health and performance of your database

Extension
Cisco ACI/APIC logo

Cisco ACI/APIC

Get insights into your Cisco Application Centric Infrastructure (ACI)

Extension
Dell iDRAC logo

Dell iDRAC

Connect to the Redfish API to get insights into your Dell iDRAC environment

Extension
Azure Managed Apache Cassandra logo

Azure Managed Apache Cassandra

Gain insights into your Azure Managed Cassandra Instance health and performance

Extension
PayShield HSM Device logo

PayShield HSM Device

Monitor PayShield Payment Hardware Security Module (HSM) Devices through SNMP.

Extension
NetApp OnTap (Remote) logo

NetApp OnTap (Remote)

Remote extension that collects NetApp OnTap metrics from the OnTap 9.6+ API.

Extension
Google Firestore in Datastore mode logo

Google Firestore in Datastore mode

Get insights into Google Firestore in Datastore mode metrics collected from the Google Operations API to ensure health of infrastructure.

Extension
Redis (2.0) logo

Redis (2.0)

Collect important additional data for your Redis instances.

Extension
PHP-FPM logo

PHP-FPM

Monitor the PHP-FPM status of your applications with this extension.

Extension
Timedrift Monitoring logo

Timedrift Monitoring

Monitor your host's NTP/Chrony Time Offset!

Extension
Apache Kafka logo

Apache Kafka

Automatic and intelligent observability with trace and metric insights.

Extension
MongoDB (local or remote monitoring) logo

MongoDB (local or remote monitoring)

Monitor your MongoDB servers either locally or remotely!

Extension
Connection Pools: C3P0 logo

Connection Pools: C3P0

Application server method of pooling and sharing connections to a database.

Extension
AWS Entities for Metric Streaming logo

AWS Entities for Metric Streaming

Analyse metrics in the context of an entity based on AWS Metric Streaming.

Extension
MongoDB Atlas logo

MongoDB Atlas

Remotely monitor your SaaS installation of MongoDB (Atlas)

Extension
Microsoft SQL Server logo

Microsoft SQL Server

Improve the health and performance monitoring of your Microsoft SQL Servers.

Extension
IBM MQ Appliance logo

IBM MQ Appliance

Monitor your IBM MQ Appliances over SNMP

Extension
Google Apigee logo

Google Apigee

Get insights into Google Apigee service metrics collected from the Google Operations API to ensure health of your cloud infrastructure.

Extension
Oracle Autonomous Database on OCI logo

Oracle Autonomous Database on OCI

Monitor health and performance of the Oracle Autonomous Database.

Extension
Google Pub/Sub Lite logo

Google Pub/Sub Lite

Get insights into Google Pub/Sub Lite service metrics collected from the Google Operations API to ensure health of the cloud infrastructure.

Extension
Infoblox DDI logo

Infoblox DDI

Monitor Infoblox DDI using SNMP

Extension
SAP HANA Database (remote monitoring) logo

SAP HANA Database (remote monitoring)

Easily understand the health and performance of your SAP HANA databases.

Extension
Connection Pools: WebSphere Liberty logo

Connection Pools: WebSphere Liberty

Application server method of pooling and sharing connections to a database.

Extension
Google Cloud Composer logo

Google Cloud Composer

Get insights into Google Cloud Composer metrics collected from the Google Operations API to ensure health of your cloud infrastructure.

Extension
Google Cloud Spanner logo

Google Cloud Spanner

Get insights into Google Cloud Spanner metrics collected from the Google Operations API to ensure health of your cloud infrastructure.

Extension
IBM i logo

IBM i

Collect performance data from your IBM i Hosts via this Remote extension.

Extension
Google reCAPTCHA Enterprise logo

Google reCAPTCHA Enterprise

Get insights into Google reCAPTCHA Enterprise metrics collected from the Google Operations API to ensure health of your cloud infrastructure

Extension
.NET logo

.NET

Automatic end-to-end observability for .NET applications and processes.

Extension
Google Cloud's operations suite logo

Google Cloud's operations suite

Get insights into Google Cloud's operations suite metrics collected from the Google Operations API to ensure health of cloud infrastructure.

Extension
Google Vertex AI logo

Google Vertex AI

Get insights into Google Vertex AI service metrics.

Extension
Oracle Exadata logo

Oracle Exadata

Monitor Oracle Exadata systems for performance, usage and availability

Extension