メインコンテンツまでスキップ

Astra Control CenterはどのようにOpenMetricsと統合され、注意が必要ですか

Views:
12
Visibility:
Public
Votes:
0
Category:
astra<a>2009454455</a>
Specialty:
snapx
Last Updated:

環境

アストラコントロールセンター(ACC)

回答

ドキュメントには、OpenMetricsはACCでサポートされていると記載されていますが、これに関する詳細情報はありません。
 
この記事では、メトリックと実装に関する追加情報 について説明します。
 
1. ACCとOpenMetricsの統合はどのように機能しますか?
 
ACCはOpenMetricsにリンクし、そのメトリクスを自動的に提供します。設定は必要ありません。
 
2.ACCの正常性を確認するために、どのような指標を監視する必要がありますか?または、操作に重要な指標は何ですか?
 
指標タイプ メトリック名
ハードウェア CPU(利用率)、メモリ、ディスク
システム システム(負荷、アップタイム)、プロセス、ディスクI/O、スワップ(スワップ領域使用量)
Kubernetes ノード、ポッドシステムコンテナ、ポッドユーザコンテナ、ポッドネットワーク、ポッドボリューム

追加情報

以下に、2023年3月現在の各指標の詳細情報をテキスト形式でアルファベット順に示します。

-name:CPU

ヘルプ:CPUのCPU利用率-負荷の平均値と使用率。
タイプ:cpu gauge
query:'from(bucket:${bucket-name})

|>範囲(開始:-3m)
|>フィルタ(fn:(r)=> r["_measurement"]=="cpu")
|>last()'

-name:disk

ヘルプ:ディスクディスク使用率-空きスペースと使用済みスペース、およびinodeの使用率。
次のように入力します。disk gauge
query:'from(bucket:${bucket-name})

|>範囲(開始:-3m)
|>フィルタ(fn:(r)=> r["_measurement"]=="disk")|>last()'

-名前:diskio

ヘルプ:ディスクIO読み取り/書き込みバイトと時間。
次のように入力します。diskio gauge
query:'from(bucket:${bucket-name})

|> range(start:-3m)
|> filter(fn:(r)=> r ["_measurement"]=="diskio")
|> last()'

-name:kubernetes_node

help:kubernetes_node KubernetesノードのCPU、メモリ、ディスク、およびネットワークの使用率。
タイプ:kubernetes_node gauge
query:'from(バケット:${bucket-name})

|> range(start:-3m)
|> filter(fn:(r)=> r ["_measurement"]=="kubernetes_node")
|>last()'

-name:kubernetes_pod_container

ヘルプ:kubernetes_pod_container KubernetesポッドのCPUおよびメモリ使用量
タイプ:kubernetes_pod_container gauge
query:'from(bucket:${bucket-name})

|>range(start:-3m)
|>filter(fn:(r)=> r["_measurement"]=="kubernetes_pod_container")
|>last()'

-name:kubernetes_pod_network

HELP:KUBS_POD_NETWORK受信および送信される1秒あたりのバイト数とエラー
タイプ:KUBS_POD_NETWORK GAUGE
QUERY:'FROM(Bucket:${Bucket-name})

|> range(start:-3m)
|> filter(fn:(r)=> r["_measurement"]=="kubernetes_pod_network")

|>last()'

-name:kubernetes_pod_volume

ヘルプ:kubernetes_pod_volume Kubernetesボリュームの使用容量
タイプ:kubernetes_pod_volume gauge
query:'from(bucket:${bucket-name})

|> range(start:-3m)
|> filter(fn:(r)=> r["_measurement"]=="kubernetes_pod_volume")
|>last()'

-name:kubernetes_system_container

ヘルプ:kubernetes_system_container KubernetesのCPUおよびメモリ使用量システムコンテナ
タイプ:kubernetes_system_container gauge
query:'from(bucket:${bucket-name})

|>range(start:-3m)
|>filter(fn:(r)=> r["_measurement"]=="kubernetes_system_container")
|>last()'

-名前:mem

ヘルプ:memアクティブ、使用可能、および空きメモリ
タイプ:mem gauge
query:'from(bucket:${bucket-name})

|> range(start:-3m)
|> filter(fn:(r)=> r["_measurement"]=="mem")|>
last()'

-name:プロセス

help:プロセスの停止、スリープ、実行など
type:processes gauge
query:'from(bucket:${bucket-name})

|>範囲(開始:-3m)
|>フィルタ(fn:(r)=> r["_measurement"]=="プロセス")
|>last()'

-name:swap

ヘルプ:swap Swapの使用方法とIO
タイプ:swap gauge
query:'from(bucket:${bucket-name})

|>範囲(開始:-3m)
|>フィルタ(fn:(r)=> r["_measurement"]=="swap")|>last()'

-name:システム

ヘルプ:システム負荷、ユーザーおよびアップタイム
タイプ:システムゲージ
query: 'from(bucket: ${bucket-name})

|> range(start: -3m)
|> filter(fn: (r) => r["_measurement"] == "system")
|> last()'

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.