Volcengine CLB
Volcengine CLB のメトリクスデータを収集します
設定¶
Func のインストール¶
Guance の統合 - 拡張 - ホスト版 Func を有効化することを推奨します。必要な前提条件はすべて自動でインストールされるため、そのままスクリプトのインストールを続けてください。
Func を自分でデプロイする場合はFunc の自力デプロイを参照してください。
スクリプトのインストール¶
注意:要件を満たす Volcengine AK を事前に用意してください。簡単のため、全体読み取り専用権限
ReadOnlyAccessを直接付与しても構いません。
CLB クラウドリソースの監視データを同期するため、対応する収集スクリプト「Guance の統合(Volcengine-CLB 収集)」(ID:integration_volcengine_clb)をインストールします。
【インストール】をクリックしたあと、Volcengine AK、Volcengine アカウント名、リージョン Regions を入力します。
【起動スクリプトをデプロイ】をクリックすると、システムは Startup スクリプトセットを自動で作成し、対応する起動スクリプトを自動で設定します。
有効化すると、「管理 / 自動トリガー設定」で対応する自動トリガー設定を確認できます。【実行】をクリックすると、定期実行を待たずにすぐ 1 回実行できます。しばらくしてから、実行タスクの記録と対応するログを確認できます。
検証¶
- 「管理 / 自動トリガー設定」で、対象タスクに対応する自動トリガー設定が存在するか確認し、同時にタスク記録とログを確認して異常がないかチェックします
- Guance の「インフラストラクチャ - リソースディレクトリ」で資産情報が存在するか確認します
- Guance の「メトリクス」で対応する監視データがあるか確認します
メトリクス¶
Volcengine CLB の監視メトリクスを設定すると、設定によってより多くのメトリクスを収集できます。Volcengine CLB メトリクス詳細
MetricName |
Subnamespace |
メトリクス名 | MetricUnit | Dimension |
|---|---|---|---|---|
listener_max_conn |
listener |
同時接続数 | Count | ResourceID,ListenerID |
listener_new_conn |
listener |
新規接続数 | Count/Second | ResourceID,ListenerID |
listener_active_conn |
listener |
アクティブ接続数 | Count | ResourceID,ListenerID |
listener_inactive_conn |
listener |
非アクティブ接続数 | Count | ResourceID,ListenerID |
listener_lost_conn |
listener |
失われた接続数 | Count/Second | ResourceID,ListenerID |
listener_in_packets |
listener |
受信方向パケット数 | Packet/Second | ResourceID,ListenerID |
listener_out_packets |
listener |
送信方向パケット数 | Packet/Second | ResourceID,ListenerID |
listener_in_drop_packets |
listener |
受信方向ドロップパケット数 | Packet/Second | ResourceID,ListenerID |
listener_out_drop_packets |
listener |
送信方向ドロップパケット数 | Packet/Second | ResourceID,ListenerID |
listener_in_bytes |
listener |
受信方向帯域幅 | Bits/Second(SI) | ResourceID,ListenerID |
listener_out_bytes |
listener |
送信方向帯域幅 | Bits/Second(SI) | ResourceID,ListenerID |
listener_in_drop_bytes |
listener |
受信方向破棄帯域幅 | Bits/Second(SI) | ResourceID,ListenerID |
listener_out_drop_bytes |
listener |
送信方向破棄帯域幅 | Bits/Second(SI) | ResourceID,ListenerID |
listener_healthy_rs_count |
listener |
バックエンドサーバー正常数 | Count | ResourceID,ListenerID |
listener_unhealthy_rs_count |
listener |
バックエンドサーバー異常数 | Count | ResourceID,ListenerID |
listener_http_2xx_send_count |
listener |
送信された 2xx ステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_3xx_send_count |
listener |
送信された 3xx ステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_4xx_send_count |
listener |
送信された 4xx ステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_5xx_send_count |
listener |
送信された 5xx ステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_other_send_count |
listener |
送信されたその他のステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_404_send_count |
listener |
送信された 404 ステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_502_send_count |
listener |
送信された 502 ステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_2xx_recv_count |
listener |
受信した 2xx ステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_3xx_recv_count |
listener |
受信した 3xx ステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_4xx_recv_count |
listener |
受信した 4xx ステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_5xx_recv_count |
listener |
受信した 5xx ステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_other_recv_count |
listener |
受信したその他のステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_404_recv_count |
listener |
受信した 404 ステータスコード | Count/Second | ResourceID,ListenerID |
listener_http_502_recv_count |
listener |
受信した 502 ステータスコード | Count/Second | ResourceID,ListenerID |
listener_qps |
listener |
QPS | Count/Second | ResourceID,ListenerID |
listener_response_time |
listener |
平均応答時間 | Millisecond | ResourceID,ListenerID |
load_balancer_max_conn |
loadbalancer |
同時接続数 | Count | ResourceID |
load_balancer_new_conn |
loadbalancer |
新規接続数 | Count | ResourceID |
load_balancer_active_conn |
loadbalancer |
アクティブ接続数 | Count | ResourceID |
load_balancer_inactive_conn |
loadbalancer |
非アクティブ接続数 | Count | ResourceID |
load_balancer_lost_conn |
loadbalancer |
失われた接続数 | Count/Second | ResourceID |
load_balancer_max_conn_utilization |
loadbalancer |
最大接続数使用率 | Percent | ResourceID |
load_balancer_new_conn_utilization |
loadbalancer |
新規接続数使用率 | Percent | ResourceID |
load_balancer_in_packets |
loadbalancer |
受信方向パケット数 | Packet/Second | ResourceID |
load_balancer_out_packets |
loadbalancer |
送信方向パケット数 | Packet/Second | ResourceID |
load_balancer_in_drop_packets |
loadbalancer |
受信方向ドロップパケット数 | Packet/Second | ResourceID |
load_balancer_out_drop_packets |
loadbalancer |
送信方向ドロップパケット数 | Packet/Second | ResourceID |
load_balancer_in_bytes |
loadbalancer |
受信方向帯域幅 | Bits/Second(SI) | ResourceID |
load_balancer_out_bytes |
loadbalancer |
送信方向帯域幅 | Bits/Second(SI) | ResourceID |
load_balancer_in_drop_bytes |
loadbalancer |
受信方向破棄帯域幅 | Bits/Second(SI) | ResourceID |
load_balancer_out_drop_bytes |
loadbalancer |
送信方向破棄帯域幅 | Bits/Second(SI) | ResourceID |
load_balancer_http_2xx_send_count |
loadbalancer |
送信された 2xx ステータスコード | Count/Second | ResourceID |
load_balancer_http_3xx_send_count |
loadbalancer |
送信された 3xx ステータスコード | Count/Second | ResourceID |
load_balancer_http_4xx_send_count |
loadbalancer |
送信された 4xx ステータスコード | Count/Second | ResourceID |
load_balancer_http_5xx_send_count |
loadbalancer |
送信された 5xx ステータスコード | Count/Second | ResourceID |
load_balancer_http_other_send_count |
loadbalancer |
送信されたその他のステータスコード | Count/Second | ResourceID |
load_balancer_http_404_send_count |
loadbalancer |
送信された 404 ステータスコード | Count/Second | ResourceID |
load_balancer_http_502_send_count |
loadbalancer |
送信された 502 ステータスコード | Count/Second | ResourceID |
load_balancer_http_2xx_recv_count |
loadbalancer |
受信した 2xx ステータスコード | Count/Second | ResourceID |
load_balancer_http_3xx_recv_count |
loadbalancer |
受信した 3xx ステータスコード | Count/Second | ResourceID |
load_balancer_http_4xx_recv_count |
loadbalancer |
受信した 4xx ステータスコード | Count/Second | ResourceID |
load_balancer_http_5xx_recv_count |
loadbalancer |
受信した 5xx ステータスコード | Count/Second | ResourceID |
load_balancer_http_other_recv_count |
loadbalancer |
受信したその他のステータスコード | Count/Second | ResourceID |
load_balancer_http_404_recv_count |
loadbalancer |
受信した 404 ステータスコード | Count/Second | ResourceID |
load_balancer_http_502_recv_count |
loadbalancer |
受信した 502 ステータスコード | Count/Second | ResourceID |
load_balancer_qps |
loadbalancer |
QPS | Count/Second | ResourceID |
load_balancer_qps_utilization |
loadbalancer |
QPS 使用率 | Count/Second | ResourceID |
load_balancer_response_time |
loadbalancer |
平均応答時間 | Millisecond | ResourceID |
load_balancer_ups_response_time |
loadbalancer |
平均リクエスト時間 | Millisecond | ResourceID |
load_balnacer_in_out_bandwidth_utilization |
loadbalancer |
送受信帯域幅使用率 | Percent | ResourceID |
オブジェクト¶
収集された Volcengine CLB のオブジェクトデータ構造です。オブジェクトデータは「インフラストラクチャ - リソースディレクトリ」で確認できます。
{
"measurement": "volcengine_clb",
"tags": {
"RegionId" : "cn-guangzhou",
"ProjectName" : "default",
"AccountId" : "2102598xxxx",
"LoadBalancerId" : "LoadBalancerId:clb-3rfdnib02lzpc16nf3olxxxx",
"LoadBalancerName": "CLB",
"Type" : "public",
"Status" : "Active"
},
"fileds": {
"Listeners": "[{JSON データ}]",
"MasterZoneId": "cn-guangzhou-b",
"SlaveZoneId": "cn-guangzhou-a",
"VpcId": "vpc-11vrlrg75588w40yrhbxxxx",
"EniAddress": "172.31.0.xx",
"EipAddress": "118.145.xxx.170",
"LoadBalancerBillingType": "2",
"LoadBalancerSpec": "small_1",
"Description": "xxxxxx",
"CreateTime": "2024-12-11T02:43:11Z",
"UpdateTime": "2024-12-11T06:33:36Z",
"ExpiredTime": "xxxxxxxx",
"Tags": "[]"
}
}