Uses of Class
com.tencentcloudapi.monitor.v20180724.models.Label
-
Packages that use Label Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of Label in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return Label Modifier and Type Method Description Label[]PrometheusAlertRule. getAnnotations()Get 参考prometheus rule中的annotations 注意:此字段可能返回 null,表示取不到有效值。Label[]ModifyPrometheusAgentExternalLabelsRequest. getExternalLabels()Get 新的external_labelsLabel[]PrometheusAgentOverview. getExternalLabels()Get 额外labels 本集群的所有指标都会带上这几个label 注意:此字段可能返回 null,表示取不到有效值。Label[]PrometheusClusterAgentBasic. getExternalLabels()Get 该集群采集的所有指标都会带上这些labelsLabel[]PrometheusAlertRule. getLabels()Get 额外标签Label[]PrometheusClusterAgentPodConfig. getNodeSelector()Get 指定pod运行节点Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type Label Modifier and Type Method Description voidPrometheusAlertRule. setAnnotations(Label[] Annotations)Set 参考prometheus rule中的annotations 注意:此字段可能返回 null,表示取不到有效值。voidModifyPrometheusAgentExternalLabelsRequest. setExternalLabels(Label[] ExternalLabels)Set 新的external_labelsvoidPrometheusAgentOverview. setExternalLabels(Label[] ExternalLabels)Set 额外labels 本集群的所有指标都会带上这几个label 注意:此字段可能返回 null,表示取不到有效值。voidPrometheusClusterAgentBasic. setExternalLabels(Label[] ExternalLabels)Set 该集群采集的所有指标都会带上这些labelsvoidPrometheusAlertRule. setLabels(Label[] Labels)Set 额外标签voidPrometheusClusterAgentPodConfig. setNodeSelector(Label[] NodeSelector)Set 指定pod运行节点Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type Label Constructor Description Label(Label source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-