Skip to technology filters Skip to main content
Dynatrace Hub

Extend the platform,
empower your team.

Popular searches:
Home hero bg
Databricks WorkspaceDatabricks Workspace
Databricks Workspace

Databricks Workspace

Remotely monitor your Databricks Workspaces!.

Extension
Free trialDocumentation
Databricks Cost Management DashboardDatabricks AI Gateway DashboardDatabricks Workspace Jobs in Distributed Tracing appDatabricks Job as a trace with task spans in Distributed Tracing appDatabricks Jobs DashboardDatabricks Cluster Usage dashboardDatabricks Audit Logs dashboard
  • Product information
  • Release notes

Overview

With Dynatrace, you can remotely monitor your Databricks Workspaces. This extension works in harmony with the OneAgent based Databricks extension but, is also ideal for workspaces and clusters where the OneAgent cannot be installed such as Databricks Serverless compute.

Use cases

  • Gather Databricks Job Run metrics including success rate and job duration
  • For Databricks Jobs running on All-purpose and Job Compute Clusters understand cost of these jobs (currently Azure Databricks is supported)
  • Ingest Job and Task run information as traces allowing for further analysis
  • Gather health metrics and detailed usage information from your Databricks model serving endpoints
  • Ingest billing data from Databricks to understand usage across workspaces, SKU & product category, jobs, and more
  • Get rightsizing recommendations based on resource utilization metrics collected from your Databricks clusters
  • Remotely capture Spark metrics from clusters to capture detailed information on jobs, tasks, stages, executors, and RDDs
  • Ingest audit logs from your workspaces

Get started

For more information on the installation and configuration, please see Databricks Workspace extension in the Dynatrace Documentation.

Details

Compatibility information

Note: Full details are listed in the documentation

Databricks API version 2.2 is used for the APIs below:

  • List job runs
  • Get a single job

API version 2.1 is used for the following:

  • Get cluster info

API version 2.0 is used for the following:

  • Get all serving endpoints
  • Get metrics of a serving endpoint

The following system tables are queried when ingesting model serving endpoint data:

  • system.access.workspaces_latest
  • system.serving.endpoint_usage
  • system.serving.served_entities

And billing & cost data:

  • system.access.workspaces_latest
  • system.billing.usage
  • system.billing.list_prices
  • system.lakeflow.jobs

To query any of the above system table data, the workspace must also have:

  • Unity Catalog enabled.
  • A SQL warehouse set up.
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
Streaming Batch Durationdatabricks.cluster.spark.streaming.statistics.batch_durationTime interval configured for each streaming batchMilliSecond
Streaming Receiversdatabricks.cluster.spark.streaming.statistics.num_receiversTotal number of receivers configured for the streaming jobCount
Streaming Active Receiversdatabricks.cluster.spark.streaming.statistics.num_active_receiversNumber of receivers actively ingesting dataCount
Streaming Inactive Receiversdatabricks.cluster.spark.streaming.statistics.num_inactive_receiversNumber of receivers that are currently inactiveCount
Streaming Completed Batchesdatabricks.cluster.spark.streaming.statistics.num_total_completed_batches.countTotal number of batches that have been fully processedCount
Streaming Retained Completed Batchesdatabricks.cluster.spark.streaming.statistics.num_retained_completed_batches.countNumber of completed batches retained in memory for monitoring or debuggingUnspecified
Streaming Active Batchesdatabricks.cluster.spark.streaming.statistics.num_active_batchesNumber of streaming batches currently being processedCount
Streaming Processed Recordsdatabricks.cluster.spark.streaming.statistics.num_processed_records.countTotal number of records processed across all batchesCount
Streaming Received Recordsdatabricks.cluster.spark.streaming.statistics.num_received_records.countTotal number of records received from all sourcesCount
Streaming Avg Input Ratedatabricks.cluster.spark.streaming.statistics.avg_input_rateAverage number of records received per second across batchesByte
Streaming Avg Scheduling Delaydatabricks.cluster.spark.streaming.statistics.avg_scheduling_delayAverage delay between batch creation and start of processingMilliSecond
Streaming Avg Processing Timedatabricks.cluster.spark.streaming.statistics.avg_processing_timeAverage time taken to process each batchMilliSecond
Streaming Avg Total Delaydatabricks.cluster.spark.streaming.statistics.avg_total_delayAverage total delay from data ingestion to processing completionMilliSecond
Metric nameMetric keyDescriptionUnit
Stage Active Tasksdatabricks.cluster.spark.job.stage.num_active_tasksNumber of tasks currently running in the stageCount
Stage Completed Tasksdatabricks.cluster.spark.job.stage.num_complete_tasksNumber of tasks that have successfully completed in the stageCount
Stage Failed Tasksdatabricks.cluster.spark.job.stage.num_failed_tasksNumber of tasks that failed during execution in the stageCount
Stage Killed Tasksdatabricks.cluster.spark.job.stage.num_killed_tasksNumber of tasks that were killed (e.g., due to job cancellation or speculative execution)Count
Stage Executor Run Timedatabricks.cluster.spark.job.stage.executor_run_timeTotal time executors spent running tasks in the stageMilliSecond
Stage Input Bytesdatabricks.cluster.spark.job.stage.input_bytesTotal number of bytes read from input sources in the stageByte
Stage Input Recordsdatabricks.cluster.spark.job.stage.input_recordsTotal number of records read from input sources in the stageCount
Stage Output Bytesdatabricks.cluster.spark.job.stage.output_bytesTotal number of bytes written to output destinations in the stageByte
Stage Output Recordsdatabricks.cluster.spark.job.stage.output_recordsTotal number of records written to output destinations in the stageCount
Stage Shuffle Read Bytesdatabricks.cluster.spark.job.stage.shuffle_read_bytesTotal bytes read from other executors during shuffle operationsByte
Stage Shuffle Read Recordsdatabricks.cluster.spark.job.stage.shuffle_read_recordsTotal records read from other executors during shuffle operationsCount
Stage Shuffle Write Bytesdatabricks.cluster.spark.job.stage.shuffle_write_bytesTotal bytes written to other executors during shuffle operationsByte
Stage Shuffle Write Recordsdatabricks.cluster.spark.job.stage.shuffle_write_recordsTotal records written to other executors during shuffle operationsCount
Stage Memory Bytes Spilleddatabricks.cluster.spark.job.stage.memory_bytes_spilledAmount of data spilled to memory due to shuffle or aggregation operationsByte
Stage Disk Bytes Spilleddatabricks.cluster.spark.job.stage.disk_bytes_spilledAmount of data spilled to disk due to insufficient memory during task executionByte
Metric nameMetric keyDescriptionUnit
Job Cost (Approx)databricks.job.cost-Unspecified
Metric nameMetric keyDescriptionUnit
Executor RDD Blocksdatabricks.cluster.spark.executor.rdd_blocksNumber of Resilient Distributed Dataset blocks stored in memory or disk by the executorCount
Executor Memory Useddatabricks.cluster.spark.executor.memory_usedThe amount of memory currently used by the executor for execution and storage tasksByte
Executor Disk Useddatabricks.cluster.spark.executor.disk_usedDisk used by the Spark executorByte
Executor Active Tasksdatabricks.cluster.spark.executor.active_tasksTotal number of tasks that are currently executing on the specified executor within the Databricks ClusterCount
Executor Failed Tasksdatabricks.cluster.spark.executor.failed_tasksNumber of failed tasks on the Spark executorCount
Executor Completed Tasksdatabricks.cluster.spark.executor.completed_tasksNumber of completed tasks on the Spark ApplicationCount
Executor Total Tasksdatabricks.cluster.spark.executor.total_tasksTotal number of tasks executed by the executorCount
Executor Durationdatabricks.cluster.spark.executor.total_duration.countTime taken by Spark executor to complete a taskMilliSecond
Executor Input Bytesdatabricks.cluster.spark.executor.total_input_bytes.countTotal number of Bytes read by a Spark task from its input sourceByte
Executor Shuffle Readdatabricks.cluster.spark.executor.total_shuffle_read.countTotal data read by the executor during shuffle operations (from other executors)Byte
Executor Shuffle Writedatabricks.cluster.spark.executor.total_shuffle_write.countTotal data written by the executor during shuffle operations (to other executors)Byte
Executor Max Memorydatabricks.cluster.spark.executor.max_memoryThe maximum amount of memory allocated to the executor by SparkByte
Executor Alive Countdatabricks.cluster.spark.executor.alive_count.gaugeNumber of tasks that are currently running on the Databricks ClusterCount
Executor Dead Countdatabricks.cluster.spark.executor.dead_count.gaugeNumber of dead tasks on the Spark applicationCount
Metric nameMetric keyDescriptionUnit
Job Setup Durationdatabricks.job.duration.setup-MilliSecond
Job Execution Durationdatabricks.job.duration.execution-MilliSecond
Job Cleanup Durationdatabricks.job.duration.cleanup-MilliSecond
Job Queue Durationdatabricks.job.duration.queue-MilliSecond
Metric nameMetric keyDescriptionUnit
Model Serving Endpoint Memory Usage Percentagedatabricks.model_endpoint.mem_usage_percentage-Percent
Model Serving Endpoint CPU Usage Percentagedatabricks.model_endpoint.cpu_usage_percentage-Percent
Model Serving Endpoint Request Count Totaldatabricks.model_endpoint.request_count_total-Count
Model Serving Endpoint Request 5xx Count Totaldatabricks.model_endpoint.request_5xx_count_total-Count
Model Serving Endpoint Provisioned Concurrent Requests Totaldatabricks.model_endpoint.provisioned_concurrent_requests_total-Count
Model Serving Endpoint Request 4xx Count Totaldatabricks.model_endpoint.request_4xx_count_total-Count
Model Serving Endpoint GPU Usage Percentagedatabricks.model_endpoint.gpu_usage_percentage-Percent
Model Serving Endpoint GPU Memory Usage Percentagedatabricks.model_endpoint.gpu_memory_usage_percentage-Percent
Model Serving Endpoint Average Request Latencydatabricks.model_endpoint.request_latency_ms_avg-MilliSecond
Model Serving Endpoint P99 Request Latencydatabricks.model_endpoint.request_latency_ms_p99-MilliSecond
Model Serving Endpoint P95 Request Latencydatabricks.model_endpoint.request_latency_ms_p95-MilliSecond
Metric nameMetric keyDescriptionUnit
Cluster CPU System Percentagedatabricks.compute.cpu.systemPercentage of time the CPU spent in system mode.Percent
Cluster CPU User Percentagedatabricks.compute.cpu.userPercentage of time the CPU spent in userland.Percent
Cluster CPU Wait Percentagedatabricks.compute.cpu.waitPercentage of time the CPU spent waiting for I/O.Percent
Cluster CPU Total Percentagedatabricks.compute.cpu.totalPercentage of time the CPU spent in total (including system and user time).Percent
Cluster Memory Usage Percentagedatabricks.compute.memory.usedPercentage of the compute's memory that was used during the time period (including memory used by background processes running on the compute).Percent
Cluster Memory Swap Percentagedatabricks.compute.memory.swapPercentage of memory usage attributed to memory swap.Percent
Cluster Network Sent Bytesdatabricks.compute.network.sentThe number of bytes sent out in network traffic.Byte
Cluster Network Received Bytesdatabricks.compute.network.receivedThe number of received bytes from network traffic.Byte
Metric nameMetric keyDescriptionUnit
Job Run Durationdatabricks.job.duration.run-MilliSecond
Job Success Ratedatabricks.job.success_rate-Percent
Job Runs Countdatabricks.job.runs-Count
Metric nameMetric keyDescriptionUnit
Job Statusdatabricks.cluster.spark.job.statusCurrent status of the job (e.g., running, succeeded, failed)Unspecified
Job Durationdatabricks.cluster.spark.job.durationTotal time taken by the job from start to finishSecond
Job Total Tasksdatabricks.cluster.spark.job.total_tasksTotal number of tasks planned for the jobCount
Job Active Tasksdatabricks.cluster.spark.job.active_tasksNumber of tasks currently executing within the jobCount
Job Skipped Tasksdatabricks.cluster.spark.job.skipped_tasksNumber of tasks skipped due to earlier failures or optimizationsCount
Job Failed Tasksdatabricks.cluster.spark.job.failed_tasksNumber of tasks that failed during job executionCount
Job Completed Tasksdatabricks.cluster.spark.job.completed_tasksTotal number of tasks that have successfully completedCount
Job Active Stagesdatabricks.cluster.spark.job.active_stagesNumber of stages currently running in a Spark jobCount
Job Completed Stagesdatabricks.cluster.spark.job.completed_stagesTotal number of stages that have successfully completedCount
Job Skipped Stagesdatabricks.cluster.spark.job.skipped_stagesNumber of stages skipped due to earlier failures or optimizationsCount
Job Failed Stagesdatabricks.cluster.spark.job.failed_stagesNumber of stages that failed during job executionUnspecified
Job Countdatabricks.cluster.spark.job_count.gaugeTotal number of Spark jobs submittedCount
Metric nameMetric keyDescriptionUnit
RDD Countdatabricks.cluster.spark.rdd_count.gaugeTotal number of Resilient Distributed Datasets currently tracked by the Spark applicationCount
RDD Partitionsdatabricks.cluster.spark.rdd.num_partitionsTotal number of partitions across all Resilient Distributed DatasetsCount
RDD Cached Partitionsdatabricks.cluster.spark.rdd.num_cached_partitionsNumber of Resilient Distributed Dataset partitions currently cached in memory or diskCount
RDD Memory Useddatabricks.cluster.spark.rdd.memory_usedAmount of memory used to store Resilient Distributed Dataset dataByte
RDD Disk Useddatabricks.cluster.spark.rdd.disk_usedAmount of disk space used to store Resilient Distributed Dataset dataByte

Related to Databricks Workspace

Databricks logo

Databricks

Monitor your Databricks Clusters via its multiple APIs!.

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 in this version:

  • Added configuration option to exclude certain audit actions from being captured, either per-service or per-action by providing a list of service_name and/or action_name
  • Additional job status and failure details are captured in job logs and traces:
    • New get-output API endpoint is queried, please ensure that your token or oauth client has access
    • For logs, see new fields: status.termination_details.*
    • For traces, see new span attributes:
      • On top level job: databricks.job.status.*
      • On individual failed tasks: databricks.task.status.*

🪲Fixed in this version:

  • Changed lookback to -8h when querying billing data from system tables to align with expected refresh rate
  • Fixed bug where model serving endpoint system table collection would fail if any inference table was not able to be queried
  • Fixed bug where extension tries to initialize OpenTelemetry trace endpoint on startup even when 'ingest traces' is not enabled

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.

✨New in this version:

  • Ingest audit logs from your workspaces. Includes new Databricks Audit Logs dashboard
    • Enable the Ingest Audit Logs toggle in your extension configurations
  • Report resource utilization metrics for your clusters and get rightsizing recommendations with new Databricks Cluster Details dashboard
    • Enable the Monitor cluster resource utilization toggle, and the Databricks Resource Utilization Metrics feature set in your extension configurations
  • Remotely ingest Spark metrics from your clusters to capture detailed information on jobs, tasks, stages, executors, and RDDs
    • Enable the Call Spark API toggle, and the Spark.* related feature sets in your extension configurations
  • Improvements made to Databricks Job Runs dashboard with additional charts, links to traces for each job, filtering by tag, dashboard timeframe passed to Distributed Tracing app
  • Jobs now tied to the clusters they run on and can be viewed on each cluster screen
  • New databricks.job.runs metric to report count of job runs
  • Improvements to billing data to break down costs by specific resource (Notebook, Pipeline, Cluster, etc.)
  • Configurable polling interval and timeout for system table queries
  • For jobs triggered as a one-time run, exclude the job ID from the reported traces to avoid hitting endpoint limits
  • Configurable demo mode added to preview extension dashboards populated with sample data
  • Feature set metadata and recommendations added

See the extension Documentation page for requirements and setup instructions to get started with these new features.

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.

✨New in this version:

  • Monitor model serving endpoint usage and billing data from your workspaces with new Gen3 dashboards provided for analysis. See documentation for how to get started collecting this data.
  • Added the option to report running/active jobs as logs.
  • Added the option to report job tags as metric dimensions and trace attributes.
  • Support added for OAuth when querying Databricks APIs and system tables.
  • Credential Vault support added for all secrets provided in the configuration.
  • Updated Jobs API from v2.1 to v2.2.
  • Db.job.* attributes now added to all task spans.
  • Updated all Gen3 dashboard links to point to new entity pages in the Infrastructure and Operations app.
  • Databricks workspace name added to trace service name.

Full version history

v1.3.11

  • Vulnerability fix for protobuf:6.33.4 (CVE-2026-0994)

Full version history

1.3.9

  • DXS-3787
    • Update classic entity screen to remove optional dimension preventing data from being shown

Full version history

1.3.4

  • DXS-3317

    • Add Platform Dashboard
    • Add new Workspace Entity
    • Add Platform Screen
    • Add dt.security_context attribute
  • Updated how auto-detection of trace endpoint URL is done

  • Updated activation schema to allow for custom trace endpoint URL

    • Added custom Root CA path as an optional field
  • Fixes for job status metric and reporting for traces

Full version history

v1.0.2

  • DXS-3253
    • Update Library Versions

Full version history

V1.0.1

  • Initial version with updated Platform Dashboard link
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

All

217 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
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
Dell iDRAC logo

Dell iDRAC

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

Extension
Cisco ACI/APIC logo

Cisco ACI/APIC

Get insights into your Cisco Application Centric Infrastructure (ACI).

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
SNMP Generic Server logo

SNMP Generic Server

Monitor your Servers and Hosts over SNMP.

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
AWS Cloud Monitoring logo

AWS Cloud Monitoring

New and enhanced monitoring capabilities for your AWS cloud platforms.

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 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
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