Kubernetes 自定义指标 (v1beta2)

包 v1beta2 是 custom_metrics API 的 v1beta2 版本。

资源类型

MetricListOptions

MetricListOptions 用于通过标签选择器选择指标

字段描述
apiVersion
字符串
custom.metrics.k8s.io/v1beta2
kind
字符串
MetricListOptions
labelSelector
字符串

用于通过标签限制返回对象列表的选择器。默认为全部。

metricLabelSelector
字符串

用于通过标签限制返回指标列表的选择器

MetricValue

出现在

MetricValue 是某些对象的指标值

字段描述
apiVersion
字符串
custom.metrics.k8s.io/v1beta2
kind
字符串
MetricValue
describedObject [必需]
core/v1.ObjectReference

对所描述对象的引用

metric [必需]
MetricIdentifier
未提供描述。
timestamp [必需]
meta/v1.Time

指示生成指标的时间

windowSeconds [必需]
int64

指示计算这些指标的时间窗口([时间戳 - 窗口,时间戳]),当从累积指标计算返回速率指标时(或对于非计算的瞬时指标为零)。

value [必需]
k8s.io/apimachinery/pkg/api/resource.Quantity

此指标的值

MetricValueList

MetricValueList 是某些对象的一组给定指标的值列表

字段描述
apiVersion
字符串
custom.metrics.k8s.io/v1beta2
kind
字符串
MetricValueList
metadata [必需]
meta/v1.ListMeta
未提供描述。
items [必需]
[]MetricValue

跨所描述对象的指标值

MetricIdentifier

出现在

MetricIdentifier 通过名称和可选的选择器标识指标

字段描述
name [必需]
字符串

name 是给定指标的名称

selector
meta/v1.LabelSelector

selector 表示可用于选择此指标的标签选择器,通常只是传递给用于获取此指标的查询的选择器。当留空时,将仅使用指标的名称来收集指标。

此页面是自动生成的。

如果您计划报告此页面的问题,请在您的问题描述中提及该页面是自动生成的。修复可能需要在 Kubernetes 项目的其他地方进行。

上次修改时间:2023 年 5 月 18 日晚上 9:35 PST:添加配置 API 指标 API (bc4758e3b2)