proposalbot 05dbe4edc7 Changes to vpc_umn from docs/doc-exports#555 (VPC UMN 20230106 version
For deta

Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
2023-06-14 19:30:56 +00:00

4.4 KiB

original_name

vpc010012.html

Supported Metrics

Description

This section describes the namespace, list, and measurement dimensions of EIP and bandwidth metrics 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 alarms generated for EIPs and bandwidths.

Namespace

SYS.VPC

Monitoring Metrics

Table 1 EIP and bandwidth metrics
ID Name Description Value Range Monitored Object Monitoring Interval (Raw Data)
upstream_bandwidth Outbound Bandwidth

Network rate of outbound traffic

Unit: bit/s

>= 0 bit/s Bandwidth or EIP 1 minute
downstream_bandwidth Inbound Bandwidth

Network rate of inbound traffic

Unit: bit/s

>= 0 bit/s Bandwidth or EIP 1 minute
up_stream Outbound Traffic

Network traffic going out of the cloud platform in a minute

Unit: byte

>= 0 bytes Bandwidth or EIP 1 minute
down_stream Inbound Traffic

Network traffic going into the cloud platform in a minute

Unit: byte

>= 0 bytes Bandwidth or EIP 1 minute

Dimensions

Key Value
publicip_id EIP ID
bandwidth_id Bandwidth ID

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

  • Query a monitoring metric:

    dim.0=bandwidth_id,530cd6b0-86d7-4818-837f-935f6a27414d&dim.1=publicip_id,3773b058-5b4f-4366-9035-9bbd9964714a

  • Query monitoring metrics in batches:

    "dimensions": [

    {

    "name": "bandwidth_id",

    "value": "530cd6b0-86d7-4818-837f-935f6a27414d"

    }

    {

    "name": "publicip_id",

    "value": "3773b058-5b4f-4366-9035-9bbd9964714a"

    }

    ],