ClusterMetricsConfigurationPatchParameters interface

ClusterMetricsConfigurationPatchParameters 代表修補叢集計量組態的要求主體。

屬性

collectionInterval

以分鐘為單位來收集計量的間隔。

enabledMetrics

除了已啟用計量的核心集合之外,已選擇要啟用的計量名稱清單。

tags

資源標籤。

屬性詳細資料

collectionInterval

以分鐘為單位來收集計量的間隔。

collectionInterval?: number

屬性值

number

enabledMetrics

除了已啟用計量的核心集合之外,已選擇要啟用的計量名稱清單。

enabledMetrics?: string[]

屬性值

string[]

tags

資源標籤。

tags?: Record<string, string>

屬性值

Record<string, string>