All Products
Search
Document Center

Microservices Engine:View node details

Last Updated:Mar 10, 2026

When you run microservices in production, you need instance-level visibility to detect degraded nodes, diagnose latency spikes, and verify that new deployments handle traffic correctly. The node details page in Microservices Governance shows health status, queries per second (QPS), response time (RT), operating system metrics, and per-interface traffic for every node in an application.

Prerequisites

Before you begin, make sure that you have:

Open the node details page

  1. Log on to the MSE console.

  2. In the top navigation bar, select a region.

  3. In the left-side navigation pane, choose Microservices Governance > Application Governance.

  4. On the Application list page, click the resource card of your application.

  5. In the left-side navigation pane, click Node details.

Node list

The node list gives you a high-level view of all nodes in the application. Search, sort, and select individual nodes for deeper inspection.

Node details overview

Search and display

  • Search: Find nodes by IP address or name.

  • Display mode: Switch between Node IP Address and Node Name to control how nodes appear in the list.

Sort nodes

Sort nodes by the following metrics. Values are calculated from the most recent 5 minutes of data.

Sort optionDescription
RequestsTotal request count
Reject QuantityNumber of rejected requests
Abnormal RequestsNumber of requests that returned errors
RTAverage response time

Node fields

Each node card displays the following information:

FieldDescription
Node NameName assigned to the node
ZoneAvailability zone where the node runs
IP addressNetwork address of the node
Process IDOperating system process identifier
Probe VersionVersion of the MSE governance agent installed on the node
LabelCustom tags attached to the node
Start TimeTimestamp when the node started
Microservice statusCurrent registration and health state of the node

In the Actions column, you can manually start or shut down a node.

Metric playback

Select a playback time to view historical metric data on the Node Overview and Interface details tabs.

Note

Playback covers up to 24 hours of history and is available only for nodes that are currently online.

Inspect a specific node

  1. On the Node details page, locate the node in the All Nodes section.

  2. Click the node card.

Node detail view

The detail view contains three tabs:

TabDescription
Basic InformationNode metadata, displayed in the same content and style as the Node Overview tab
Node OverviewQPS trends, RT distribution, and CPU utilization over time
Interface detailsPer-interface metrics for individual service endpoints on the node

Troubleshoot a node issue

Use node details to trace a performance problem from a high-level anomaly down to the specific interface causing it.

  1. Spot the anomaly -- On the node list, sort by Abnormal Requests or RT to surface nodes with elevated error rates or latency.

  2. Inspect the node -- Click the problem node and open the Node Overview tab to check whether QPS, RT, or CPU spiked at the same time.

  3. Drill into interfaces -- Switch to the Interface details tab to identify which interface is generating errors or high latency.

  4. Correlate with changes -- Check Start Time and Probe Version on the Basic Information tab to determine whether a recent deployment or agent upgrade coincides with the issue.