惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
Last Week in AI
Last Week in AI
V
V2EX
博客园_首页
IT之家
IT之家
Jina AI
Jina AI
博客园 - 叶小钗
The Cloudflare Blog
T
Tailwind CSS Blog
腾讯CDC
B
Blog
D
Docker
L
LangChain Blog
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis Monitor Aruba Central in Datadog
Monitor Oracle Fusion Cloud Applications with Datadog
Ellie Cohen · 2026-03-23 · via Datadog | The Monitor blog

Many organizations rely on Oracle Fusion Cloud Applications to run core business workflows across finance, HR, and supply chain operations. Because these SaaS-based applications run on Oracle Cloud Infrastructure (OCI), engineering teams have limited visibility into their performance. Without direct access to the underlying stack, they often lack the signals needed to detect regressions or investigate degraded user experience. Left undetected, these issues can escalate and impact revenue, compliance, and continuity.

Datadog’s Oracle Fusion integration collects metrics and logs from Enterprise Scheduler Service (ESS) jobs, along with audit logs that provide insights into user activity. Teams can combine the integration with Datadog Synthetic Monitoring to track application performance from the outside in. With this telemetry data in Datadog, engineers can identify performance regressions before receiving a support ticket.

This post describes how engineering teams can use the Oracle Fusion integration to:

  • Monitor application performance by analyzing ESS jobs

  • Track end-to-end data flows

  • Audit user activity to detect security risks

  • Test end user experience with Synthetic Monitoring

Monitor application performance by analyzing ESS jobs

ESS jobs power processes across Oracle Fusion’s major business applications, spanning payroll, inventory, and financial reporting. When they stall or back up, client-facing workflows are often delayed or blocked, making ESS signals useful for investigating user reports related to application performance.

Datadog’s Oracle Fusion integration surfaces ESS job metrics so teams can analyze job behavior over time and receive alerts on pattern changes. For example, if there is a sudden increase in job retries, engineers can investigate whether key workflows are slowing down and users are experiencing higher latency.

A Datadog dashboard displaying Oracle Fusion ESS jobs metrics, including retry counts, execution counts, and elapsed time grouped by job name, state, and error rate.

The out-of-the-box (OOTB) dashboard visualizes ESS job volume by application, state transitions, and errors. It allows teams to establish baselines according to job types and add monitors that alert when state transitions or elapsed times exceed expected thresholds.

During investigations, teams can analyze the logs collected by the integration to review job metadata and execution details. These logs include key metadata such as job name, type, description, request parameters, and scheduling and submission timestamps. When correlating an ESS slowdown with a specific process, those fields help to filter and group results by the job types and parameters with the greatest business impact.

A Datadog dashboard displaying an overview of Oracle Fusion ESS job logs, including job name, type, request parameters, and submission timestamps.

Track end-to-end data flows

Oracle Integration Cloud (OIC) is commonly used to connect Oracle Fusion Cloud Applications to other services and data sources. For example, a scheduled ESS job may export invoice or supplier data from Fusion and invoke an OIC integration that transforms the payload and delivers it to a downstream ERP, database, or SaaS application. When issues arise, teams need visibility into both the application layer and the integration layer to identify the root cause.

The Datadog integration enables teams to track the data flow end to end by correlating Oracle Fusion and OIC metrics and logs. For example, if there is a spike in ESS job retries, teams can check whether the corresponding OIC connector is reporting delivery failures to the downstream integration. This helps engineers isolate whether the issue originates in Oracle Fusion or further down the pipeline.

A Datadog dashboard displaying Oracle Fusion ESS jobs execution metrics such as execution attempts, retry attempts, and elapsed time by job.

The OOTB dashboard surfaces these patterns by visualizing ESS retry attempts, executions, and elapsed time by job. Teams can set monitors on both OIC and ESS signals, so that correlated anomalies trigger a single alert rather than two separate investigations.

Audit user activity to detect security risks

Oracle Fusion Cloud Applications are accessed through web endpoints, which makes monitoring user activity a key security requirement. Teams often need an audit trail to make sure that activity aligns with expected behavior. For example, if a user is granted access to an administrative role, these changes should be logged and routed to the appropriate alerting channels to reduce security risk.

Datadog’s Oracle Fusion Applications integration collects audit logs and tracks user and application activity. With audit logs flowing into Datadog, security teams can search, filter, and group events in the Log Explorer. They can also configure real-time alerts by creating monitors based on high-risk patterns, such as changes to user roles or permissions.

A Datadog dashboard overview displaying Oracle Fusion audit logs by date, host, and content.

The audit logs are also available in Datadog Cloud SIEM. By analyzing the data, teams can define custom detection rules, allowing standardized investigations and incident response across the entire stack.

Test end user experience with Synthetic Monitoring

Because Oracle Fusion runs on OCI-managed infrastructure that teams cannot access directly, there is no straightforward way to instrument the application layer for performance data. Datadog Synthetic Monitoring fills this gap by letting teams test Oracle Fusion from the outside in, the same way a real user would interact with an application.

Teams can create HTTP and multi-step API tests against Oracle Fusion endpoints with assertions for status code, response time, and response body fields. This allows engineers to confirm that key services are reachable and meet performance thresholds.

Browser tests extend this coverage to the web UI, verifying that Oracle Fusion workflows function correctly across locations, browsers, and devices. Each test captures step-by-step screenshots and pass/fail results, so teams can identify where a workflow broke down without needing access to the underlying stack.

Get started with the Oracle Fusion Applications integration

The Oracle Fusion Applications integration provides visibility into operational signals from a platform that is often difficult to observe directly. By tracking ESS job performance and collecting audit logs, teams can better understand how these applications behave under real production load. For broader visibility, you can also enable the OCI integration to monitor related services alongside Oracle Fusion.

To learn how to install and configure the integration, see the Oracle Fusion Applications integration documentation.

If you’re new to Datadog, sign up for a 14-day free trial to start gaining visibility into your applications.