You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The metrics returned have a field indicating the 'instance' they refer to. However, that field could be empty in some cases.
129
-
// Instance is an identifier that is derived from configuration names for the device associated with the metric.
130
-
// It identifies the instance of the metric with its source. This property may be empty.
131
-
// - For memory and aggregated statistics, this property is empty.
132
-
// - For host and virtual machine devices, this property contains the name of the device, such as the name of the host-bus adapter or the name of the virtual Ethernet adapter. For example, “mpx.vmhba33:C0:T0:L0” or “vmnic0:”
133
-
// - For a CPU, this property identifies the numeric position within the CPU core, such as 0, 1, 2, 3."""
129
+
//
130
+
// Instance is an identifier that is derived from configuration names for the device associated with the metric.
131
+
// It identifies the instance of the metric with its source. This property may be empty.
132
+
// - For memory and aggregated statistics, this property is empty.
133
+
// - For host and virtual machine devices, this property contains the name of the device, such as the name of the host-bus adapter or the name of the virtual Ethernet adapter. For example, “mpx.vmhba33:C0:T0:L0” or “vmnic0:”
134
+
// - For a CPU, this property identifies the numeric position within the CPU core, such as 0, 1, 2, 3."""
135
+
//
134
136
// We give priority to the values having the `instance` specified. If more than one value is returned we compute the average.
135
137
// If no value having an 'instance' is found for a perf metric we fall back to 'instanceless' values.
136
138
// If no value is returned we do not report that specific perf metric
0 commit comments