Description
This section describes monitoring metrics reported by VPC to Cloud Eye as well as their namespaces and dimensions. You can use APIs provided by Cloud Eye to query the monitoring metrics of the monitored object and alarms generated for VPC.
Metrics
Table 1 EIP and Bandwidth metrics
|
Metric |
Metric Name |
Description |
Value Range |
Measurement Object & Dimension |
Monitoring Interval (Raw Data) |
|
upstream_bandwidth |
Outbound Bandwidth |
Network rate of outbound traffic (Previously called "Upstream Bandwidth")
Unit: bit/s |
≥ 0 bit/s |
Object: Bandwidth or EIP
Dimensiona:
bandwidth_id,
publicip_id |
1 minute |
|
downstream_bandwidth |
Inbound Bandwidth |
Network rate of inbound traffic (Previously called "Downstream Bandwidth")
Unit: bit/s |
≥ 0 bit/s |
Object: Bandwidth or EIP
Dimension:
bandwidth_id,
publicip_id |
1 minute |
|
upstream_bandwidth_usage |
Outbound Bandwidth Usage |
Usage of outbound bandwidth in the unit of percent. |
0% to 100% |
Object: Bandwidth or EIP
Dimension:
bandwidth_id,
publicip_id |
1 minute |
|
up_stream |
Outbound Traffic |
Network traffic going out of the cloud platform (Previously called "Upstream Traffic")
Unit: byte |
≥ 0 bytes |
Object: Bandwidth or EIP
Dimension:
bandwidth_id,
publicip_id |
1 minute |
|
down_stream |
Inbound Traffic |
Network traffic going into the cloud platform (Previously called "Downstream Traffic")
Unit: byte |
≥ 0 bytes |
Object: Bandwidth or EIP
Dimension:
bandwidth_id,
publicip_id |
1 minute |
a: If a service 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"
}
],
|
Dimension
|
Key |
Value |
|
publicip_id |
Specifies the EIP ID. |
|
bandwidth_id |
Specifies the bandwidth ID. |
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.