All Products
Search
Document Center

Enterprise Distributed Application Service:Application monitoring overview

Last Updated:Mar 11, 2026

When Java applications run in production on Elastic Compute Service (ECS) clusters, you need visibility into health status, performance bottlenecks, and interface-level behavior to diagnose issues quickly. Enterprise Distributed Application Service (EDAS) provides built-in monitoring powered by Application Real-Time Monitoring Service (ARMS) -- available at no additional cost.

The monitoring module covers three areas: application-level health, instance-level diagnostics, and per-interface performance tracking. For workloads that require deeper observability, you can enable advanced monitoring to access the full ARMS feature set.

Monitoring submodules

The monitoring module includes submodules such as the following, each targeting a different level of observability:

SubmoduleWhat it helps you doWhat it tracksLearn more
Application OverviewCheck overall application health and identify affected servicesHealth status, related events, services provided, dependent services, CPU utilization, memory usage, and loadApplication overview
Application DetailsDiagnose JVM, host, or dependency issues at the instance levelJVM metrics, host metrics, SQL analysis, NoSQL analysis, error analysis, upstream and downstream applications, and interface snapshotsApplication details
Interface CallTrace performance problems to specific interfacesCore metrics, per-interface overview, SQL and NoSQL calls, errors, upstream and downstream links, and key metric dataAPI call

Built-in vs. advanced monitoring

EDAS offers two monitoring tiers:

CapabilityBuilt-in monitoringAdvanced monitoring
CostFree (included with EDAS)Billed through ARMS
ScopeApplication Overview, Application Details, Interface CallFull ARMS application monitoring capabilities
SetupIntegrated with ARMS for Java applications on ECS clustersClick Enable Advanced Monitoring on the Advanced Monitoring page
Note

Built-in monitoring covers the submodules listed above at no charge. Enable advanced monitoring only when you need the full application monitoring capabilities of ARMS.

Alerting

Configure alert rules on monitoring metrics to detect issues before they affect users. When a rule triggers, EDAS sends notifications to the specified alert group through your configured channels.

Next steps