Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
ElasticsearchElasticsearch
Elasticsearch

Elasticsearch

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

Extension
Free trialDocumentation
Elasticsearch dashboardElasticsearch host KPIsCluster statusCluster nodes and indexesDisks and threads
  • Product information
  • Release notes

Overview

This extension remotely monitors your Elasticsearch Clusters, Nodes, and Indexes metrics, ingesteing metrics minutely. You can use the Unified Analysis screens to analyze Elasticseach clusters' health and drill down into individual metrics to identify the root cause of potential performance issues.

This is intended for users, who:

  • Want to monitor the health and performance of their Elasticsearch Clusters, Nodes, and Indexes.
  • Look for analysis support for Ops, IT and Network Admins.

This enables you to:

  • Monitor your Elasticsearch infrastructure using comprehensive unified analysis screens and dashboards.
  • Enable alerts based on detected anomalies.

Use cases

  • Monitor health and performance of your ElasticSearch cluster, using built-in analysis screens and easy-to-navigate dashboards
  • Root-cause analysis for Elasticsearch cluster, nodes and indexes performance issues.

Details

  • This extension connects to the Elasticsearch cluster via API. The cluster needs to be reachable from the ActiveGate where the extension has been activated.
  • One Agent-instrumented host can run this extension too, so the Elasticsearch cluster can be monitored from OneAgent. pointing at the localhost network address.
    • However, if you activate extension on multiple hosts in the same cluster, you will receive the same cluster data multiple times. So - activate it only on one host in a cluster if you decide to run it locally.
  • This extension supports Elasticsearch version 8.0 or higher.
  • Extension has been confirmed to work with OpenSearch 2.12.0, but we can't guarantee full compatibility and complete support when running with OpenSearch.

Compatibility information

  • This extension connects to the Elasticsearch cluster via API. The cluster needs to be reachable from the ActiveGate where the extension has been activated.
  • One Agent-instrumented host can run this extension too, so the Elasticsearch cluster can be monitored from OneAgent. pointing at the localhost network address.
    • However, if you activate extension on multiple hosts in the same cluster, you will receive the same cluster data multiple times. So - activate it only on one host in a cluster if you decide to run it locally.
  • This extension supports Elasticsearch version 8.0 or higher.
Dynatrace
DocumentationMore Information
By Dynatrace
Dynatrace support center
Subscribe to new releases
Copy to clipboard

Extension content

Content typeNumber of items included
screen injections
2
alerts
5
list screen layout
5
screen entities lists
6
document dashboard
1
screen chart groups
42
metric metadata
151
metric query
29
screen properties
5
dashboards
1
generic type
5
generic relationship
5
screen layout
10
screen dql table
4

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
Health Statuselasticsearch_cluster_health_statusStatus of cluster healthUnspecified
Number of Nodeselasticsearch_cluster_health_number_of_nodesNumber of nodes in a clusterCount
Active Shardselasticsearch_cluster_health_active_shardsNumber of active shardsCount
Active Primary Shardselasticsearch_cluster_health_active_primary_shardsNumber of active primary shardsCount
Pending Taskselasticsearch_cluster_health_number_of_pending_tasksNumber of pending TasksCount
Max Task Waiting Timeelasticsearch_cluster_health_task_max_waiting_in_queue_millisAmount of task waiting time in millisMilliSecond
Segmentselasticsearch_indices_segment_count_totalNumber of segmentsCount
Metric nameMetric keyDescriptionUnit
Queued Threadselasticsearch_thread_pool_queue_count.gaugeCount of queued threadsCount
Active Threadselasticsearch_thread_pool_active_count.gaugeCount of active threadsCount
Completed Threadselasticsearch_thread_pool_completed_count.gaugeCount of completed threadsCount
Metric nameMetric keyDescriptionUnit
OS CPU Utilelasticsearch_os_cpu_percentOS cpu utilization percentPercent
Process CPU Utilelasticsearch_process_cpu_percentProcess cpu utilization percentPercent
Metric nameMetric keyDescriptionUnit
Node Roleselasticsearch_nodes_rolesNode rolesCount
Total Documentselasticsearch_indices_docsTotal count of documentsCount
Documents Deletedelasticsearch_indices_docs_deletedTotal count of deleted documentsCount
Shardselasticsearch_node_shards_totalTotal count of shardsCount
Store Throttle Timeelasticsearch_indices_store_throttle_time_seconds_totalIndex store throttle time in secondsSecond
Translog Operationselasticsearch_indices_translog_operationsTotal translog operationsCount
Translog Sizeelasticsearch_indices_translog_size_in_bytesTranslog size in bytesByte
Metric nameMetric keyDescriptionUnit
Max File Descriptorselasticsearch_process_max_files_descriptorsMax file descriptorsCount
Open File Descriptorselasticsearch_process_open_files_count.gaugeOpen file descriptorsCount
Metric nameMetric keyDescriptionUnit
CPU Load Average(1m)elasticsearch_os_load1CPU load average over 1 minuteCount
CPU Load Average(5m)elasticsearch_os_load5CPU load average over 5 minutesCount
CPU Load Average(15m)elasticsearch_os_load15CPU load average over 15 minutesCount
Metric nameMetric keyDescriptionUnit
Query Cache Caches Countelasticsearch_index_stats_query_cache_caches_total.countAmount of caches in the query cacheCount
Query Cache Hitselasticsearch_index_stats_query_cache_hits_totalAmount of query cache hitsCount
Query Cache Misseselasticsearch_index_stats_query_cache_misses_totalAmount of query cache missesCount
Query Cache Evictionselasticsearch_index_stats_query_cache_evictions_totalAmount of query cache evictionsCount
Request Cache Evictionselasticsearch_index_stats_request_cache_evictions_totalAmount of request cache evictionsCount
Request Cache Hitselasticsearch_index_stats_request_cache_hits_totalAmount of request cache hitsCount
Request Cache Misseselasticsearch_index_stats_request_cache_misses_totalAmount of request cache missesCount
Metric nameMetric keyDescriptionUnit
Aliaselasticsearch_indices_aliasesThe index aliasUnspecified
Total Documentselasticsearch_indices_docs_totalTotal count of documentsCount
Documents Without Replicaselasticsearch_indices_docs_primaryTotal count of documnets without replicasCount
Index Sizeelasticsearch_indices_store_size_bytes_totalIndex size in bytesByte
Metric nameMetric keyDescriptionUnit
Threadselasticsearch_thread_pool_threads_count.gaugeCount of threadsCount
Rejected Threadselasticsearch_thread_pool_rejected_count.gaugeCount of rejected threadsCount
Metric nameMetric keyDescriptionUnit
Query Countelasticsearch_indices_search_query_total.countTotal query countCount
Query Timeelasticsearch_indices_search_query_time_secondsQuery time in secondsSecond
Fetch Countelasticsearch_indices_search_fetch_total.countTotal fetch countCount
Fetch Timeelasticsearch_indices_search_fetch_time_secondsFetch time in secondsSecond
Get Countelasticsearch_indices_get_total.countTotal get countCount
Get Timeelasticsearch_indices_get_time_secondsGet time in secondsSecond
Indexing Countelasticsearch_indices_indexing_index_total.countTotal indexing countCount
Indexing Timeelasticsearch_indices_indexing_index_time_seconds_totalIndexing time in secondsSecond
Refresh Countelasticsearch_indices_refresh_total.countTotal refresh countCount
Refresh Timeelasticsearch_indices_refresh_time_seconds_totalRefresh time in secondsSecond
Flush Countelasticsearch_indices_flush_total.countTotal flush countCount
Flush Timeelasticsearch_indices_flush_time_secondsFlush time in secondsSecond
Delete Countelasticsearch_indices_delete_total.countTotal delete countCount
Delete Timeelasticsearch_indices_delete_time_secondsDelete time in secondsSecond
Merge Countelasticsearch_indices_merges_total.countTotal merge countCount
Merge Timeelasticsearch_indices_merges_total_time_seconds_totalMerge time in secondsSecond
Merge Sizeelasticsearch_indices_merges_total_size_bytes_totalMerge size in bytesByte
Metric nameMetric keyDescriptionUnit
Heap Committed Byteselasticsearch_jvm_memory_committed_bytesHeap committed bytesByte
Garbage Collection Timeelasticsearch_jvm_gc_collection_seconds_sumGarbage collection time in secondsSecond
Garbage Collection Countelasticsearch_jvm_gc_collection_count.count-Count
Metric nameMetric keyDescriptionUnit
Disk IOPSelasticsearch_filesystem_io_stats_device_operations_countAmount of disk IO operations per secondPerSecond
Disk Read Rateelasticsearch_filesystem_io_stats_device_read_operations_countAmount of read operations per secondPerSecond
Disk Write Rateelasticsearch_filesystem_io_stats_device_write_operations_countAmount of write operations per secondPerSecond
Metric nameMetric keyDescriptionUnit
Heap Max Byteselasticsearch_jvm_memory_max_bytesHeap max bytesByte
Heap Used Byteselasticsearch_jvm_memory_used_bytesHeap used bytesByte
Metric nameMetric keyDescriptionUnit
Filter Cache Sizeelasticsearch_indices_filter_cache_memory_size_bytesSize of the filter cache in bytesByte
Fielddata Memory Usageelasticsearch_indices_fielddata_memory_size_bytesFielddata memory usage in bytesByte
Metric nameMetric keyDescriptionUnit
Kilobytes Read From Diskelasticsearch_filesystem_io_stats_device_read_size_kilobytes_sumTotal kilobytes read from diskKiloByte
Kilobytes Written To Diskelasticsearch_filesystem_io_stats_device_write_size_kilobytes_sumTotal kilobytes written to diskKiloByte
Metric nameMetric keyDescriptionUnit
Filesystem Sizeelasticsearch_filesystem_data_size_bytesFilesystem size in bytesByte
Filesystem Freeelasticsearch_filesystem_data_free_bytesFilesystem available in bytesByte
Metric nameMetric keyDescriptionUnit
Breaker Limit Sizeelasticsearch_breakers_limit_size_bytesCircuit Breaker Limit SizeByte
Breaker Trippedelasticsearch_breakers_trippedWhether or not a breaker trippedState
Metric nameMetric keyDescriptionUnit
Total Documents By Shardelasticsearch_indices_shards_docsTotal documents by shardCount
Deleted Documents By Shardelasticsearch_indices_shards_docs_deletedDeleted documents by shardCount
Shard Sizeelasticsearch_indices_shards_store_size_in_bytesShard size in bytesByte
Deleted Documentselasticsearch_indices_deleted_docs_totalTotal count of deleted documentsCount
Indexing Documentselasticsearch_index_stats_index_currentCount of documents that are currently being indexedCount
Merge Stopped Timeelasticsearch_index_stats_merge_stopped_time_seconds_totalTotal large merge stopped time in secondsSecond
Merge Throttle Timeelasticsearch_index_stats_merge_throttle_time_seconds_totalTotal merge I/O throttle time in secondsSecond
Metric nameMetric keyDescriptionUnit
Initializing Shardselasticsearch_cluster_health_initializing_shardsNumber of initializing shardsCount
Unassigned Shardselasticsearch_cluster_health_unassigned_shardsNumber of unassigned shardsCount
Relocating Shardselasticsearch_cluster_health_relocating_shardsNumber of relocating shardsCount
Delayed Unassigned Shardselasticsearch_cluster_health_delayed_unassigned_shardsNumber of delayed unassigned shardsCount
Data nodeselasticsearch_cluster_health_number_of_data_nodesNumber of data nodesCount
Metric nameMetric keyDescriptionUnit
Fielddata Evictionselasticsearch_index_stats_fielddata_evictions_totalNumber of fielddata evictionsCount
Fielddata Memoryelasticsearch_index_stats_fielddata_memory_bytes_totalAmount of fielddata memory in bytesByte
Query Cache Memoryelasticsearch_index_stats_query_cache_memory_bytes_totalAmount of query cache memory in bytesByte
Query Cache Sizeelasticsearch_index_stats_query_cache_sizeSize of the query cache in bytesByte
Request Cache Sizeelasticsearch_index_stats_request_cache_memory_bytes_totalRequest cache size in bytesByte
Metric nameMetric keyDescriptionUnit
Free Memoryelasticsearch_os_mem_free_bytesFree memory in bytesByte
Used Memoryelasticsearch_os_mem_used_bytesUsed memory in bytesByte
Metric nameMetric keyDescriptionUnit
Query Countelasticsearch_index_stats_search_query_total.countTotal query countCount
Query Timeelasticsearch_index_stats_search_query_time_seconds_totalQuery time in secondsSecond
Fetch Countelasticsearch_index_stats_search_fetch_total.countTotal fetch countCount
Fetch Timeelasticsearch_index_stats_search_fetch_time_seconds_totalFetch time in secondsSecond
Get Countelasticsearch_index_stats_get_total.countTotal get countCount
Get Timeelasticsearch_index_stats_get_time_seconds_totalGet time in secondsSecond
Indexing Countelasticsearch_index_stats_indexing_index_total.countTotal indexing countCount
Indexing Timeelasticsearch_index_stats_indexing_index_time_seconds_totalIndexing time in secondsSecond
Refresh Countelasticsearch_index_stats_refresh_total.countTotal refresh countCount
Refresh Timeelasticsearch_index_stats_refresh_time_seconds_totalRefresh time in secondsSecond
Flush Countelasticsearch_index_stats_flush_total.countTotal flush countCount
Flush Timeelasticsearch_index_stats_flush_time_seconds_totalFlush time in secondsSecond
Delete Countelasticsearch_index_stats_indexing_delete_total.countTotal delete countCount
Delete Timeelasticsearch_index_stats_indexing_delete_time_seconds_totalDelete time in secondsSecond
Merge Countelasticsearch_index_stats_merge_total.countTotal merge countCount
Merge Timeelasticsearch_index_stats_merge_time_seconds_totalMerge time in secondsSecond
Indexing Throttle Timeelasticsearch_index_stats_indexing_throttle_time_seconds_totalIndexing throttle time in secondsSecond
Indexing No-op countelasticsearch_index_stats_indexing_noop_update_total.countTotal indexing no-op countCount
Scroll Timeelasticsearch_index_stats_search_scroll_time_seconds_totalScroll time in secondsSecond
Scroll Countelasticsearch_index_stats_search_scroll_total.countTotal scroll countCount
Warmer Countelasticsearch_index_stats_warmer_total.countTotal warmer countCount
Warmer Timeelasticsearch_index_stats_warmer_time_seconds_totalWarmer time in secondsSecond
Search Suggest Countelasticsearch_index_stats_search_suggest_total.countTotal search suggest countCount
Search Suggest Timeelasticsearch_index_stats_search_suggest_time_seconds_totalSearch suggest time in secondsSecond
Metric nameMetric keyDescriptionUnit
Network Received byteselasticsearch_transport_rx_size_bytes_totalAmount of bytes receivedByte
Network sent byteselasticsearch_transport_tx_size_bytes_totalAmount of bytes sentByte
Metric nameMetric keyDescriptionUnit
Breaker Estimated Sizeelasticsearch_breakers_estimated_size_bytesCircuit breaker estimated size in bytesByte
Breaker Overheadelasticsearch_breakers_overheadCircuit breaker overheadCount
Metric nameMetric keyDescriptionUnit
Query Cache Sizeelasticsearch_indices_query_cache_memory_size_bytesSize of the query cache in bytesCount
Request Cache Sizeelasticsearch_indices_request_cache_memory_size_bytesSize of the request cache in bytesByte
Fielddata Evictionselasticsearch_indices_fielddata_evictionsNumber of fielddata evictionsCount
Metric nameMetric keyDescriptionUnit
Network Received Packetselasticsearch_transport_rx_packets_total.countAmount of packets receivedCount
Network Sent Packetselasticsearch_transport_tx_packets_total.countAmount of packets sentCount

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

New features:

  • Filters now accept regex, instead of simple string-contains patterns

Patch level changes:

  • Fixed metric timestamps affected by the Daylight Saving time change

Full version history

⚠️IMPORTANT CHANGE: This extension release requires Dynatrace cluster version 1.313 or later.

New features:

  • The dt.security_context attribute is now propagated to all entities created by the extension. When enabling entity access control based on dt.security_context ensure you set the Grail security context destination property to dt.security_context
  • Enabled the extension to present the Dynatrace Platform (a.k.a. Gen3) entity details screens in the future platform apps that will expect these screens

Full version history

⚠️IMPORTANT CHANGE: This extension release requires Dynatrace cluster version 1.310 or later.

New features:

  • Added the Dynatrace Platform (a.k.a. Gen3) dashboard

Full version history

Patch level changes

  • Fixed issues with endpoint authentication under certain circumstances
  • Fixed Number of nodes metrics value reporting when nodes share the same host
  • Fixed inconsistent Query time metric value reporting

Full version history

New features

  • Credentials vault support has been added. Now user name and password required to connect to your ElasticSearch can be stored in a compliant way in the Dynatrace Credentials vault

Breaking change After adopting this release, you have to recreate your monitoring configuration. Apologies for inconvenience, but Credentials vault support change comes with such consequence.

Full version history

Patch level changes:

  • Support for filtering metrics by Management Zones
  • Fix issue with fastcheck using the wrong 'endpoint' variable
  • Fixed a wrong conditional which prevented shards info to be collected

Full version history

Patch level changes

  • When the Elasticsearch API is publicly accessible, no username or password is required.
  • Added a check to verify if username and password are set before setting a basic authentication type

Full version history

New features:

  • support for API token-based authentication to the Elasticsearch endpoint

Full version history

New features

  • Added support for proxy in the remote ElasticSearch cluster connection

Patch level changes

  • Fixed SAME_AS relationship between OneAgent-monitored host and server entities instantiated by this extension

Full version history

This release changes the way how clusters are identified.

  • Now cluster UUID is used instead of cluster name for entity idPattern. This change is necessary to address situations when extension monitors two identical clusters with identical cluster name node names, deployed in different environments, e.g. prod and dev.

This is a breaking change: entities created by previous version of the extension will not be continued and new entities will be created after the extension update. This may affect your custom dashboards and alerts if you created any - they may need an update too.

Additionally, in this release:

  • Fixed issue with fastcheck failing due to activation schema parsing error.

Full version history

Fixed issues with querying endpoints quietly failing. Updated node idPattern to be unique across clusters, so monitoring on multi-cluster, multi-node performance retains correct drill downs and topological relationships.

Full version history

Initial release of the Prometheus-based Elasticsearch monitoring extension. Uses commonly available APIs, no need to enable Prometheus to monitor Elasticsearch.

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