Updated on 2025-08-06 GMT+08:00

Cloud Connection Metrics

Description

The table describes monitored metrics reported by cloud connections to Cloud Eye as well as their namespaces and dimensions. You can use the management console to query the metrics of the monitored objects and alarms generated for cloud connections.

Namespace

SYS.CC

Metrics

Table 1 Cloud connection metrics

ID

Metric

Description

Value Range

Unit

Conversion Rule

Monitored Object (Dimension)

Monitoring Interval

network_incoming_bits_rate

Network Incoming Bandwidth

Bit rate for inbound data to a region from another region of a cloud connection

≥ 0

bits/s

1000 (SI)

Inter-region bandwidth

1 minute

network_outgoing_bits_rate

Network Outgoing Bandwidth

Bit rate for outbound data from a region to another region of a cloud connection

≥ 0

bits/s

1000 (SI)

Inter-region bandwidth

1 minute

network_incoming_bytes

Network Incoming Traffic

Number of bytes for inbound data to a region from another region of a cloud connection

≥ 0

bytes

1024 (IEC)

Inter-region bandwidth

1 minute

network_outgoing_bytes

Network Outgoing Traffic

Number of bytes for outbound data from a region to another region of a cloud connection

≥ 0

bytes

1024 (IEC)

Inter-region bandwidth

1 minute

network_incoming_packets_rate

Network Incoming Packet Rate

Packet rate for inbound data to a region from another region of a cloud connection

≥ 0

packets/s

N/A

Inter-region bandwidth

1 minute

network_outgoing_packets_rate

Network Outgoing Packet Rate

Packet rate for outbound data from a region to another region of a cloud connection

≥ 0

packets/s

N/A

Inter-region bandwidth

1 minute

network_incoming_packets

Network Incoming Packets

Number of packets for inbound data to a region from another region of a cloud connection

≥ 0

packets

N/A

Inter-region bandwidth

1 minute

network_outgoing_packets

Network Outgoing Packets

Number of packets for outbound data from a region to another region of a cloud connection

≥ 0

packets

N/A

Inter-region bandwidth

1 minute

network_bandwidth_usage

Network Bandwidth Usage

Utilization of an inter-region bandwidth assigned to a cloud connection

0-100

%

N/A

Inter-region bandwidth

1 minute

network_bandwidth

Network Bandwidth

Inter-region bandwidth of a cloud connection

≥ 0

bits/s

1000 (SI)

Inter-region bandwidth

1 minute

Metrics in certain regions are monitored every 5 minutes. Check the console for the exact monitoring interval.

Dimensions

Key

Value

cloud_connect_id

Cloud connection ID

bwp_id

Bandwidth package ID

region_bandwidth_id

Inter-region bandwidth ID

If a monitored object has multiple dimensions, all dimensions are mandatory when you use APIs to query the metrics.

  • Query a single metric:
    dim.0=cloud_connect_id%2Ca92ab2f75d844dbebbc3fcc7871d1136&dim.1=bwp_id%2C625db750db7b1447d0c9d1a447c11903&dim.2=region_bandwidth_id%2Ce2cc9dc0b4954fbbaf1299f2727fe1ca.
  • Query multiple metrics:
    "dimensions": [
    {
    "name": "cloud_connect_id",
    "value": "a92ab2f75d844dbebbc3fcc7871d1136"
    },
    {
    "name": "bwp_id",
    "value": "625db750db7b1447d0c9d1a447c11903"
    },
    {
    "name": "region_bandwidth_id",
    "value": "e2cc9dc0b4954fbbaf1299f2727fe1ca"
    }
    ],