Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
IBM DB2 for LUW (remote monitoring)IBM DB2 for LUW (remote monitoring)
IBM DB2 for LUW (remote monitoring)

IBM DB2 for LUW (remote monitoring)

Remotely collect monitoring metrics from your DB2 databases.

Extension
Free trialDocumentation
The included DB2 dashboard in the Dashboards App.The DB2 database instance entity as seen in the Databases App.The database host as seen in the Databases App. This data comes from the OneAgent when a host is also monitored by the extension.
  • Product information
  • Release notes

Overview

Our IBM DB2 for Linux, Unix, and Windows (LUW) database monitoring is based on a remote monitoring approach implemented as a Dynatrace ActiveGate SQL extension. The extension queries databases for key performance and health metrics, extending your visibility, and allowing DAVIS AI to provide anomaly detection and problem analysis.

Use cases

  • Understand the impact of resource shortages, locks or other database issues have on your application by observing the database server itself.
  • Track health and performance of the DB2 servers

Get started

For more information on the installation and configuration, please see IBM DB2 for LUW (remote monitoring) extension in the Dynatrace Documentation.

Details

Compatibility information:

IBM supported versions of IBM DB2 for Linux, UNIX, and Windows (LUW) running on AIX, HP-UX, Linux, Solaris, or Windows are supported. DB2 for IBM i is not supported.

Refer to the IBM documentation for details on DB2 end of support dates.

Compatibility information

IBM supported versions of IBM DB2 for Linux, UNIX, and Windows (LUW) running on AIX, HP-UX, Linux, Solaris, or Windows are supported. DB2 for IBM i is not supported.

Refer to the IBM documentation for details on DB2 end of support dates.

Dynatrace
Documentation
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

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
Availabilitydb2.availabilityAvailability based on ability of extension to connect to DB2 instance (100% reported on success, no data on failure).Percent
CPU usagedb2.cpu_usage_totalThe overall processor usage on this host including kernel processing time, expressed as a percentage.Percent
Memory freedb2.memory_freeThe total amount of physical memory on this host that is not allocated to a running process.MegaByte
Memory totaldb2.memory_totalThe total amount of physical memory on this host.MegaByte
Memory usagedb2.memory_usageThe total amount of physical memory on this host allocated to a running process as a percentage.Percent
Database manager instance statusdb2.db2_statusThe current status of the instance of the database manager.State
Member statusdb2.db_statusThe current status of the database member.State
Metric nameMetric keyDescriptionUnit
Buffer pool total logical readsdb2.bp.total_logical_reads.countThe total number of pages requested from the buffer pool (logical reads) across all page types.Count
Buffer pool total physical readsdb2.bp.total_physical_reads.countThe total number of pages physically read from disk across all page types.Count
Buffer pool total writesdb2.bp.total_writes.countThe total number of pages written to disk across all page types.Count
Buffer pool total asynchronous writesdb2.bp.total_async_writes.countThe total number of pages written asynchronously to disk.Count
Buffer pool read timedb2.bp.pool_read_time.countThe total elapsed time spent reading data from the buffer pool to disk.MilliSecond
Metric nameMetric keyDescriptionUnit
Apps currently connecteddb2.appl_cur_consIndicates the number of applications that are currently connected to the database.Count
Dynamic SQL statementsdb2.dynamic_sql_stmts.countThe number of dynamic SQL statements that were attempted.Count
Failed SQL statementsdb2.failed_sql_stmts.countThe number of SQL statements that were attempted, but failed.Count
Total app commitsdb2.total_app_commits.countTotal number of commit statements issued by the client application.Count
Internal commitsdb2.int_commits.countThe total number of commits initiated internally by the database manager.Count
App rollbacksdb2.total_app_rollbacks.countTotal number of rollback statements issued by the client application.Count
Internal rollbacksdb2.int_rollbacks.countThe total number of rollbacks initiated internally by the database manager.Count
CPU timedb2.total_cpu_time.countThe total amount of CPU time used while within the database system. Represents total of both user and system CPU time.MicroSecond
Wait timedb2.total_wait_time.countThe total time spent waiting within the database server.MicroSecond
Request timedb2.total_rqst_time.countThe total amount of time spent working on requests.MilliSecond
Rows returneddb2.rows_returned.countThe number of rows that have been selected and returned to the application.Count
Rows readdb2.rows_read.countThe number of rows read from the tables.Count
Rows updateddb2.rows_updated.countThis is the number of row updates attempted.Count
Rows deleteddb2.rows_deleted.countThis is the number of row deletions attempted.Count
Rows inserteddb2.rows_inserted.countThe number of row insertions attempted.Count
Lock wait timedb2.lock_wait_time.countThe total elapsed time spent waiting for locks.MilliSecond
Deadlocksdb2.deadlocks.countThe total number of deadlocks that have occurred.Count
Lock timeoutsdb2.lock_timeouts.countThe number of times that a request to lock an object timed out instead of being granted.Count
Buffer pool data writesdb2.pool_data_writes.countThe number of times a buffer pool data page was physically written to disk.Count
Buffer pool index writesdb2.pool_index_writes.countIndicates the number of times a buffer pool index page was physically written to disk.Count
Buffer pool XDA writesdb2.pool_xda_writes.countIndicates the number of times a buffer pool data page for an XML storage object (XDA) was physically written to disk.Count
Local buffer pool index pages founddb2.pool_index_lbp_pages_found.countIndicates the number of index pages which have been synchronously read by agents and asynchronously read by prefetchers from the local buffer pool (logical) for regular and large table spaces.Count
Async local buffer pool index pages founddb2.pool_async_index_lbp_pages_found.countThe number of times an index page was present in the local buffer pool when a prefetcher attempted to access it.Count
Buffer pool index logical readsdb2.pool_index_l_reads.countIndicates the number of index pages which have been synchronously read by agents from the buffer pool (logical) for regular and large table spaces.Count
Buffer pool temp index logical readsdb2.pool_temp_index_l_reads.countIndicates the number of index pages which have been requested from the buffer pool (logical) for temporary table spaces.Count
Local buffer pool data pages founddb2.pool_data_lbp_pages_found.countIndicates the number of data pages which have been synchronously read by agents and asynchronously read by prefetchers from the local buffer pool (logical) for regular and large table spaces.Count
Async local buffer pool data pages founddb2.pool_async_data_lbp_pages_found.countThe number of times a data page was present in the local buffer pool when a prefetcher attempted to access it.Count
Buffer pool data logical readsdb2.pool_data_l_reads.countIndicates the number of data pages which have been synchronously read by agents from the buffer pool (logical) for regular and large table spaces.Count
Buffer pool temp data logical readsdb2.pool_temp_data_l_reads.countIndicates the number of data pages which have been requested from the buffer pool (logical) for temporary table spaces.Count
Local buffer pool XDA pages founddb2.pool_xda_lbp_pages_found.countIndicates the number of data pages for an XML storage object (XDA) which have been synchronously read by agents and asynchronously read by prefetchers from the local buffer pool (logical) for regular and large table spaces.Count
Async local buffer pool XDA pages founddb2.pool_async_xda_lbp_pages_found.countThe number of times a data page for an XML storage object (XDA) was requested by a prefetcher from and found in the local buffer pool.Count
Buffer pool XDA logical readsdb2.pool_xda_l_reads.countIndicates the number of data pages for XML storage objects (XDAs) which have been synchronously read by agents from the buffer pool (logical) for regular and large table spaces.Count
Buffer pool temp XDA logical readsdb2.pool_temp_xda_l_reads.countIndicates the number of pages for XML storage object (XDA) data which have been requested from the buffer pool (logical) for temporary table spaces.Count
Buffer pool data physical readsdb2.pool_data_p_reads.countIndicates the number of data pages which have been synchronously read by agents and asynchronously read by prefetchers from the table space containers (physical) for regular and large table spaces.Count
Buffer pool index physical readsdb2.pool_index_p_reads.countIndicates the number of index pages which have been synchronously read by agents and asynchronously read by prefetchers from the table space containers (physical) for regular and large table spaces.Count
Buffer pool XDA physical readsdb2.pool_xda_p_reads.countIndicates the number of data pages for XML storage objects (XDAs) which have been synchronously read by agents and asynchronously read by prefetchers from the table space containers (physical) for regular and large table spaces.Count
Buffer pool temp data physical readsdb2.pool_temp_data_p_reads.countIndicates the number of data pages read in from the table space containers (physical) for temporary table spaces.Count
Buffer pool temp index physical readsdb2.pool_temp_index_p_reads.countIndicates the number of index pages read in from the table space containers (physical) for temporary table spaces.Count
Buffer pool temp XDA physical readsdb2.pool_temp_xda_p_reads.countIndicates the number of pages for XML storage object (XDA) data read in from the table space containers (physical) for temporary table spaces.Count
Buffer pool victim page cleaners triggereddb2.pool_drty_pg_steal_clns.countThe number of times a page cleaner was invoked because a synchronous write was needed during the victim buffer replacement for the database.Count
Total sortsdb2.total_sorts.countThe total number of sorts that have been executed.Count
Time since backupdb2.time_since_backupTime since last backup was completedMinute
Backup timedb2.backup_time.countThe elapsed time that was spent doing online backupsMilliSecond
Online backupsdb2.total_backupsTotal number of online backupsCount
Metric nameMetric keyDescriptionUnit
HADR connect statusdb2.hadr_connect_statusThe current high availability disaster recovery (HADR) connection status of the database.State
HADR statedb2.hadr_stateThe current high availability disaster recovery (HADR) state of the database.State
HADR log gapdb2.hadr_log_gapThe recent average of the gap between the PRIMARY_LOG_POS value and STANDBY_LOG_POS value (how far the standby is behind the primary).Byte
Standby tablespace errordb2.hadr_standby_tablespace_errorReports 1 if HADR_FLAGS indicate the standby database has a tablespace in an invalid error state. If this state occurs during a database upgrade and if the problem is not resolved before the upgrade completes, the table spaces that are in error will not be recoverable.State
Metric nameMetric keyDescriptionUnit
Tablespace total pagesdb2.tbsp_total_pagesTotal number of pages in a table space.Count
Tablespace used pagesdb2.tbsp_used_pagesThe total number of pages that are currently used (not free) in a table space.Count
Tablespace sizedb2.tbsp_sizeTotal size of the table space in bytes, calculated from total pages multiplied by page size.Byte
Tablespace statedb2.tbsp_stateThe current state of a table space.State
Metric nameMetric keyDescriptionUnit
Log write timedb2.log_write_time.countThe total elapsed time spent by the logger writing log data to the disk.MilliSecond
Transaction log useddb2.total_log_usedThe total amount of active log space currently used in the database.Byte
Transaction log availabledb2.total_log_availableThe amount of active log space in the database that is not being used by uncommitted transactions.Byte
In doubt transactionsdb2.num_indoubt_transactionsThe number of outstanding indoubt transactions in the database.Count
Metric nameMetric keyDescriptionUnit
Active connectionsdb2.active_connectionsCurrent active connections to database.Count

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

Requires Dynatrace version 1.338.0 and EEC (ActiveGate) version 1.318.0

Improvements:

  • Appropriate timeouts set on all queries aligned with their execution interval to avoid 'overlapping' open queries and connections if their is a DB slowdown

Full version history

⚠️WARNING⚠️: Possible breaking changes and warnings - PLEASE READ before upgrading:

  • This version requires a minimum Dynatrace version of 1.338.0 and a minimum EEC version of 1.318.0
  • This version includes a breaking change for Dynatrace on Grail.
    • With the inclusion of OpenPipeline processing rules, any metrics ingested from the extension will be processed by a dedicated OpenPipeline pipeline.
    • This means that any dynamic route configured to process any metrics from the extension will be dropped in favor of the dedicated pipeline. Please, refer to pipeline groups to continue using dynamic routes.
    • With the inclusion of OpenPipeline processing rules, any logs ingested from the extension will be processed by a dedicated OpenPipeline pipeline instead of the classic log pipeline.
    • This means that classic rules will no longer be used on logs ingested from the extension. Please be sure to migrate any you still need to OpenPipeline rules.
    • Top current sql statement log records are now mapped to the default_database_monitoring bucket
    • Additionally, some field names are handled differently in OpenPipeline, e.g. capitalization. Please double-check any custom dashboards and alerts you have created for this extension.
    • You must opt-in to OpenPipeline configuration via Settings API – see the documentation.

New in this version:

  • Smartscape on Grail.
  • Added feature set metadata for recommended metrics.

Improvements:

  • WITH UR is now appended to all SELECT statements to help avoid potential locks via the Uncommitted Read Isolation Level

Fixes:

  • The top current sql query is improved to be more efficient and correctly sort by the longest running queries

Full version history

Requires Dynatrace 1.330 and ActiveGate 1.318

What's new
  • New buffer pools feature set
    • Provides buffer pool utilization and performance metrics at the individual buffer pool level
  • New metric for use in calculating total database size
  • New definitions for displaying aggregated member level data at the instance level for a better Databases App experience

Full version history

  • Ensure required dimensions exist for entity creation
  • Updated Dashboard App dashboards to use latest URLs

Full version history

Minimum Dynatrace version 1.312!

Changes

  • Includes platform dashboard
  • Adds security context to all entity types

Full version history

Features

  • New configuration variable to control the frequency of metric collection
  • There is a now a SAME_AS relationship between a DB2 instance and its Process Group Instance
    • Listening port and detected address of DB2 PGI must match the hostname/IP and port used for extension device connection

Full version history

Fixes

  • Corrects func:db2.total_log_utilization formula

New features

  • An alias can be configured per DB2 instance
    • Name will be used as the DB2 instance entity name as well as incorporated into the names of child entities
    • Entity IDs will not be affected so will have historical continuity with existing entities
  • New db2.hadr_standby_tablespace_error metric in HADR feature set. See DB2 documentation for an explanation of the scenario this detects.
  • Definitions to make AppEngine ready

Full version history

  • Corrects source entity metadata for DB2 Host entity
    • Will correct issues where DB2 host metrics were not showing up in management zones

Full version history

  • fix issue that would prevent HADR metrics from displaying on the DB2 Instance Unified Analysis screen

Full version history

Minimum ActiveGate version required: 1.260

  • Introduces the first 'query-level' visibility with 'the top_current_sql' feature set. Enabling this will result in a query to the MON_CURRENT_SQL view and ingestion of log records for the top 50 currently executing statements (based on elapsed time) once every 5 minutes. As this may result in large amounts of additional data ingestion be sure to use with caution.
  • Includes backup metrics in the existing 'database' feature set:
    • Time since last backup
    • Backup time
    • Number of online backups

Full version history

Minimum ActiveGate version required: 1.260

  • 1.1.2 was a major change so be sure to review those earlier release notes as well if updating from an earlier version
  • Fixes an issue with the 'source entity type' for several metrics (hadr and db2 status) that would cause issues with metrics missing from management zones

Full version history

Minimum ActiveGate version required: 1.260

Note: this version has changes to the tables and views that are queried. Review the latest requirements on the Hub page for details on what permissions are needed prior to updating

  • Connection metrics now in dedicated feature set
    • Be sure to enable this when updating if you want connection metrics
  • HADR metrics and properties are now collected
    • HADR feature set must be enabled
  • Tablespaces now have their own entity type rather than having tablespace metrics associated with the member entity
    • If you have rules such as metric events for tablespace metrics that were filtered by the member entity be sure to review if you need to update these
    • The new tablespace entity has various new properties that can be used such as their state and whether auto resize is enabled
  • New in-doubt transaction metric collected in transaction_log feature set
  • Basic host resource metrics (CPU and memory) are now collected
  • The db2.metadata metric is no longer used/needed
    • This has been consolidated into the host resources query
  • DB2 status is now reported
  • Fix to instance level metric metadata that would have prevented management zone filtering from working for these metrics
  • Various screen fixes and adjustments

Full version history

  • Collects active connection metric
    • Requires enabling the 'connections' feature set

Full version history

  • Initial GA release
  • Three feature sets:
    • Database
    • Transaction logs
    • Tablespace
  • UI Screens for DB2 entities
  • Overview dashboard
  • 'Availability' metric event
Dynatrace Hub
Hub HomeGet data into DynatraceBuild your own app
Dynatrace Intelligence - Agentic Operations SystemThe Dynatrace Agentic AI ecosystem
Log Management and AnalyticsKubernetesAI and LLM ObservabilityInfrastructure ObservabilitySoftware DeliveryApplication ObservabilityApplication SecurityBusiness ObservabilityDigital Experience
Filter
Type
Built and maintained by
Deployment model
SaaS
  • SaaS
  • Managed
Partner FinderBecome a partnerDynatrace Developer

65 Results

Found in 'All'

Databases logo

Databases

Monitor databases, prevent issues, and resolve incidents quickly in real time.

App
  • database
  • db
  • google cloud sql
  • hanadb
  • monitoring
  • mssql
  • MySQL
  • oracle
  • PostgreSQL
  • rds
  • saas
Oracle Database logo

Oracle Database

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

Extension
  • database
  • logs
  • monitoring
  • oracle
  • sql
Azure SQL Database logo

Azure SQL Database

Managed cloud database provided as part of Microsoft Azure.

Technology
  • cloud
Azure Database for MySQL logo

Azure Database for MySQL

Full observability of MySQL servers and database instances to ensure database health and performance.

Technology
  • cloud
Database Operations Agent logo

Database Operations Agent

Identify application slowdowns by automatically analyzing database performance.

Technology
  • database
  • agentic-operations-system
  • agentic-workflows
  • AI
  • db
  • MCP
  • Model Context Protocol
  • readymade-agent
  • sql
Custom database extension logo

Custom database extension

Execute generic database queries and ingest metrics and logs to Dynatrace.

Technology
  • database
  • Custom
  • extension
Azure Database for Maria DB logo

Azure Database for Maria DB

Full coverage of performance for critical workloads with AI-problem detection, availability, and more.

Technology
  • cloud
Azure Database for PostgreSQL logo

Azure Database for PostgreSQL

Full insight into database performance for critical workloads with AI-problem detection and more.

Technology
  • cloud
AWS Database Migration Service logo

AWS Database Migration Service

Makes it easy to migrate relational databases, and other types of data stores.

Technology
  • cloud
Amazon Quantum Ledger Database (QLDB) logo

Amazon Quantum Ledger Database (QLDB)

Ledger by a central trusted authority that provides an immutable, and cryptographically verifiable transaction log.

Technology
  • cloud
SAP HANA Database (remote monitoring) logo

SAP HANA Database (remote monitoring)

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

Extension
  • database
  • extension
  • hanadb
  • sap
  • sql
Amazon Relational Database Service (RDS) logo

Amazon Relational Database Service (RDS)

Instant insights and unified monitoring for optimal Amazon RDS performance.

Technology
  • database
  • log-ingest-integration-cloud:relational:database:service
  • amazon
  • aws
Couchbase logo

Couchbase

Couchbase Capella (SaaS) database monitoring.

Extension
  • database
  • full-stack
  • monitoring
  • noSQL
  • OneAgent
  • performance
IBM DB2 for LUW (remote monitoring) logo

IBM DB2 for LUW (remote monitoring)

Remotely collect monitoring metrics from your DB2 databases.

Extension
  • database
  • db2
  • ibm
  • linux
  • windows
Oracle Base DB and Autonomous DB on OCI logo

Oracle Base DB and Autonomous DB on OCI

Monitor health of the Oracle Base Service and Autonomous Database.

Extension
  • database
  • cloud
  • cloud-and-infrastructure
  • OCI
  • oracle
IBM DB2 logo

IBM DB2

Data management products, including database servers, developed by IBM.

Technology
  • database
  • ibm
  • mainframe
  • z/OS
Connection Pools: JBoss logo

Connection Pools: JBoss

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

Extension
  • database
  • connection pool
  • java
  • jboss
  • JMX
  • OneAgent
  • open-source
  • pool
  • red-hat
  • wildfly
Connection Pools: C3P0 logo

Connection Pools: C3P0

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

Extension
  • database
  • c3p0
  • connection pool
  • java
  • JMX
  • OneAgent
  • open-source
  • pool
Connection Pools: WebSphere Liberty logo

Connection Pools: WebSphere Liberty

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

Extension
  • database
  • connection pool
  • ibm
  • java
  • JMX
  • liberty
  • OneAgent
  • pool
  • websphere
Connection Pools: WebLogic logo

Connection Pools: WebLogic

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

Extension
  • database
  • connection pool
  • java
  • JMX
  • OneAgent
  • oracle
  • pool
  • weblogic
Apache CouchDB logo

Apache CouchDB

Intelligently observe and optimize health and performance of your database.

Extension
  • database
Connection Pools: Apache Commons logo

Connection Pools: Apache Commons

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

Extension
  • database
  • apache
  • apache commons
  • connection pool
  • java
  • JMX
  • OneAgent
  • open-source
  • pool
Memcached logo

Memcached

Distributed caching system used to speed up dynamic database-driven websites.

Extension
  • database
  • cache
  • Memcached
Sybase ASE logo

Sybase ASE

Monitor Sybase ASE database for performance and health, using remote monitoring.

Extension
  • database
  • sap
  • sybase
MariaDB logo

MariaDB

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

Technology
  • database
  • full-stack
  • monitoring
Amazon Aurora logo

Amazon Aurora

Relational database service developed and offered by Amazon Web Services.

Technology
  • cloud
LanceDB logo

LanceDB

Monitor the performance of your multimodal AI database powered by LanceDB.

Technology
Pinecone logo

Pinecone

Gain insight into your Pinecone vector databases to build knowledgeable AI.

Technology
Milvus logo

Milvus

Gain insights about vector database resource utilization and cache behavior.

Technology
Java JDBC logo

Java JDBC

Application programming interface for the Java, defines access to a database.

Technology
  • java
Amazon DynamoDB logo

Amazon DynamoDB

Fully managed NoSQL database service that supports key-value and data structure.

Technology
  • amazon
  • log-ingest-integration-cloud:aws:dynamodb
Amazon Neptune logo

Amazon Neptune

Fast, reliable, fully managed graph database built for highly connected datasets.

Technology
  • cloud
Chroma logo

Chroma

Gain insights into the health of your vector and embedding databases from Chroma.

Technology
MySQL logo

MySQL

Automatically and intelligently observe, analyze and optimize how your the usage, health and performance of your database.

Technology
  • database
  • full-stack
  • monitoring
  • performance
  • web
Amazon Keyspaces for Apache Cassandra logo

Amazon Keyspaces for Apache Cassandra

Scalable, highly available, and managed Apache Cassandra–compatible database service.

Technology
  • cloud
WordPress logo

WordPress

Content management system written in PHP and paired with a MySQL or MariaDB database.

Technology
  • cms
  • php
  • web
Neo4j logo

Neo4j

Extend observability with PurePath® distributed traces by seamlessly integrating OpenTracing data emitted by the Neo4j graph database.

Technology
  • database
  • java
  • neo4j
  • opentracing
  • PurePath
Azure Synapse Analytics logo

Azure Synapse Analytics

Cloud-based, scale-out, relational database capable of processing massive volumes of data.

Technology
  • cloud
Azure SQL Managed logo

Azure SQL Managed

Full observability into cloud database performance and automated monitoring for Azure SQL Managed.

Technology
  • cloud
Amazon DocumentDB logo

Amazon DocumentDB

Amazon DocumentDB (with MongoDB compatibility) is a fast, reliable, and fully managed database service.

Technology
  • cloud
Azure Cosmos DB logo

Azure Cosmos DB

Fully managed and serverless distributed database supporting open-source PostgreSQL, MongoDB, and Apache Cassandra.

Technology
  • cloud
Snowflake for Workflows logo

Snowflake for Workflows

Access, query, and store Snowflake data to analyze further within Dynatrace.

App
  • database
  • automation
  • connector
  • connectors
  • snowflake
  • workflow
  • workflow action
  • workflow actions
  • workflows
Snowflake logo

Snowflake

Expand visibility to improve health and performance monitoring of your Snowflake.

Extension
  • database
  • logs
  • snowflake
  • sql
Elasticsearch logo

Elasticsearch

Monitor Elasticsearch Clusters, Nodes, Indexes, remotely or locally, via API.

Extension
  • database
  • Elasticsearch
  • search
Redis Enterprise - Prometheus logo

Redis Enterprise - Prometheus

Monitor Redis Enterprise with the official Redis Prometheus exporter.

Extension
  • database
  • cache
  • noSQL
  • Redis
  • redis
  • replication
  • shard
PostgreSQL logo

PostgreSQL

Monitor your Postgres performance via our new EF2.0 extension framework.

Extension
  • database
  • extension
  • logs
  • postgres
  • query
  • sql
Custom Extensions Creator logo

Custom Extensions Creator

Create custom extensions with a few clicks.

App
  • database
  • app
  • custom queries
  • datasource
  • extensions
  • JMX
  • Prometheus
  • queries
  • query
  • snmp
  • snmptraps
  • sql
  • WMI
Oracle GoldenGate logo

Oracle GoldenGate

Monitor Oracle GoldenGate for performance, usage, and availability.

Extension
  • database
  • oracle
  • sql
Oracle Exadata logo

Oracle Exadata

Monitor Oracle Exadata systems for performance, usage and availability.

Extension
  • database
  • exadata
  • oracle
MySQL (remote monitoring) logo

MySQL (remote monitoring)

Remotely monitor your MySQL instances, collect key KPIs and slow queries details.

Extension
  • database
  • MySQL