mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing_vsphere/using-vsphere-problem-detector-operator.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="vsphere-problem-detector-operator-metrics_{context}"]
|
|
= Metrics for the {operator-name}
|
|
|
|
The {operator-name} exposes the following metrics for use by the {product-title} monitoring stack.
|
|
|
|
.Metrics exposed by the {operator-name}
|
|
[cols="2a,8a",options="header"]
|
|
|===
|
|
|Name |Description
|
|
|
|
|`vsphere_cluster_check_total`
|
|
|Cumulative number of cluster-level checks that the {operator-name} performed. This count includes both successes and failures.
|
|
|
|
|`vsphere_cluster_check_errors`
|
|
|Number of failed cluster-level checks that the {operator-name} performed. For example, a value of `1` indicates that one cluster-level check failed.
|
|
|
|
|`vsphere_esxi_version_total`
|
|
|Counts the number of ESXi hosts with a specific version. Note that if a host runs more than one node, the {operator-name} counts the host only once.
|
|
|
|
|`vsphere_node_check_total`
|
|
|Cumulative number of node-level checks that the {operator-name} performed. This count includes both successes and failures.
|
|
|
|
|`vsphere_node_check_errors`
|
|
|Counts the number of failed node-level checks that the {operator-name} performed. For example, a value of `1` indicates that one node-level check failed.
|
|
|
|
|`vsphere_node_hw_version_total`
|
|
|Number of {vmw-short} nodes with a specific hardware version.
|
|
|
|
|`vsphere_vcenter_info`
|
|
|Information about the {vmw-short} vCenter Server.
|
|
|===
|
|
|