All Products
Search
Document Center

Enterprise Distributed Application Service:View Prometheus monitoring metrics

Last Updated:Mar 11, 2026

When applications run on Kubernetes clusters, tracking pod-level resource consumption helps identify performance bottlenecks and capacity issues. Enterprise Distributed Application Service (EDAS) integrates with Prometheus and provides a built-in Grafana dashboard that displays CPU, memory, and network metrics for each pod in your application. You can also modify dashboard properties such as the time interval and refresh rate.

Prerequisites

Before you begin, make sure that you have:

  • An application deployed on a Kubernetes cluster in EDAS

Open the Prometheus dashboard

  1. Log on to the EDAS console.

  2. In the left-side navigation pane, choose Application Management > Applications.

  3. In the top navigation bar, select a region and select a microservices namespace from the Microservices Namespace drop-down list.

  4. Select Kubernetes Cluster from the Cluster Type drop-down list, and then click the name of the target application.

  5. In the left-side navigation pane, choose Monitor > Prometheus. The Kubernetes Container Replica page opens in Grafana.

Dashboard metrics

The dashboard organizes metrics into five categories. Use the pod selector at the top of the page to switch between pods and view metrics for different pods.

K8s Pods Dashboard

Pod information

MetricDescription
Pod IP AddressThe IP address assigned to the pod
Pod StatusThe current status of the pod
Pod ContainerThe containers running inside the pod
Container restartsThe number of container restarts

Overall resource usage

MetricDescription
Pod CPU usageTotal CPU consumed by the selected pod across all its containers
Pod memory usageTotal memory consumed by the selected pod across all its containers

CPU metrics

MetricDescription
Pods CPU usageAggregated CPU consumption across all pods in the application
All processes CPU usageTotal CPU consumption of all processes

Memory metrics

MetricDescription
Pods memory usageAggregated memory consumption across all pods in the application
All processes memory usageTotal memory consumption of all processes

Network metrics

MetricDescription
Network I/O pressureOverall network load indicator for the pod
Pods network I/OInbound and outbound network traffic for all pods in the application
All processes network I/OTotal network traffic for all processes

Interact with dashboard panels

Click a panel title to open a context menu with the following actions.

Panel Operation

View and edit panels

ActionStepsKeyboard shortcut
View in full screenClick View or press V. Press V or Esc to exit full screen.V
Edit a panelClick Edit, modify panel settings on the Edit Panel page, and then click Apply in the upper-right corner.E
Explore metric dataClick Explore to open the Explore page where you can check metrics, troubleshoot issues, or explore data.X

Share and export panels

ActionStepsKeyboard shortcut
Share a panelClick Share to get a sharing link, embedded link, or snapshot link in the Share Panel dialog box.P then S
Export data as CSVChoose Inspect > Data, and then click Download CSV.--
View query detailsChoose Inspect > Query to see the request and response.--
Copy panel JSONChoose Inspect > Panel JSON, and then copy the JSON from the JSON tab.--

Duplicate or copy panels

ActionStepsKeyboard shortcut
Duplicate to current dashboardChoose More > Duplicate.P then D
Copy to clipboardChoose More > Copy.--