Updated on 2025-10-29 GMT+08:00

Monitoring Metrics

Overview

This section describes the namespace, list, and measurement dimensions of metrics of global EIPs and global internet bandwidths that you can check on Cloud Eye. You can use APIs or the Cloud Eye console to query the metrics of the monitored metrics and generated alarms.

  • Currently, global connection bandwidths do not support monitoring data reporting and have no monitoring metrics.
  • If a bandwidth is increased or decreased, there is a delay of 5 to 10 minutes for the monitoring metrics to update for the new bandwidth.
  • Cloud Eye can monitor dimensions nested to a maximum depth of four levels (levels 0 to 3). 3 is the deepest level. For example, if the monitored dimension of a metric is geip_internet_bandwidth_id,geip_global_eip_id, geip_internet_bandwidth_id indicates level 0 and geip_global_eip_id indicates level 1.

Namespace

Namespace of global EIPs and global internet bandwidths: SYS.GEIP

Monitoring Metrics

Table 1 Global EIP and global internet bandwidth metrics

ID

Name

Description

Value Range

Unit

Conversion Rule

Monitored Object (Dimension)

Monitoring Interval (Raw Data)

upstream_bandwidth

Outbound bandwidth

Network rate of outbound traffic (Previously called "Upstream Bandwidth")

≥ 0

bit/s

1000 (SI)

geip_internet_bandwidth_id,geip_global_eip_id

1 minute

downstream_bandwidth

Inbound bandwidth

Network rate of inbound traffic (Previously called "Downstream Bandwidth")

≥ 0

bit/s

1000 (SI)

geip_internet_bandwidth_id,geip_global_eip_id

1 minute

upstream_bandwidth_usage

Outbound Bandwidth Usage

Usage of outbound bandwidth in the unit of percent.

Outbound bandwidth usage = Outbound bandwidth/Purchased bandwidth

0-100

%

N/A

geip_internet_bandwidth_id,geip_global_eip_id

1 minute

downstream_bandwidth_usage

Inbound Bandwidth Usage

Usage of inbound bandwidth in the unit of percent.

Inbound bandwidth usage = Inbound bandwidth/Purchased bandwidth

0-100

%

N/A

geip_internet_bandwidth_id,geip_global_eip_id

1 minute

up_stream

Outbound Traffic

Network traffic going out of the cloud platform (Previously called "Upstream Traffic")

≥ 0

Bytes

1000 (SI)

geip_internet_bandwidth_id,geip_global_eip_id

1 minute

down_stream

Inbound Traffic

Network traffic going into the cloud platform (Previously called "Downstream Traffic")

≥ 0

Bytes

1000 (SI)

geip_internet_bandwidth_id,geip_global_eip_id

1 minute

If an object is in a hierarchical system, specify the monitored dimension in hierarchical form when you use an API to query the metrics of this object.

For example, to query the outbound traffic (up_stream) of a global EIP, the dimension of the metric is geip_internet_bandwidth_id,geip_global_eip_id, where geip_internet_bandwidth_id indicates level 0 and geip_global_eip_id indicates level 1.
  • To query a single metric by calling an API, the mount_point dimension is used as follows:
    dim.0=geip_internet_bandwidth_id,530cd6b0-86d7-4818-837f-935f6a27414d&dim.1=geip_global_eip_id,3773b058-5b4f-4366-9035-9bbd9964714a.

    530cd6b0-86d7-4818-837f-935f6a27414d and 3773b058-5b4f-4366-9035-9bbd9964714a are the dimension values of geip_internet_bandwidth_id and geip_global_eip_id, respectively. For details about how to obtain the values, see Dimensions.

  • To query multiple metrics by calling an API, the mount_point dimension is used as follows:
    "dimensions": [
    {
    "name": "geip_internet_bandwidth_id",
    "value": "530cd6b0-86d7-4818-837f-935f6a27414d"
    },
    {
    "name": "geip_global_eip_id",
    "value": "3773b058-5b4f-4366-9035-9bbd9964714a"
    }
    ],

    530cd6b0-86d7-4818-837f-935f6a27414d and 3773b058-5b4f-4366-9035-9bbd9964714a are the dimension values of geip_internet_bandwidth_id and geip_global_eip_id, respectively. For details about how to obtain the values, see Dimensions.

Dimensions

Key

Value

geip_global_eip_id

Global EIP ID

You can obtain the value on the cloud service monitoring page of the Cloud Eye console.

geip_internet_bandwidth_id

Global internet bandwidth ID

You can obtain the value on the cloud service monitoring page of the Cloud Eye console.