@@ -7,7 +7,7 @@ change_type: breaking
7
7
component : vcenterreceiver
8
8
9
9
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10
- note : " Removes the ability to sent 5 historical metrics per collection for Host Resource performance metrics. "
10
+ note : Several host performance metrics now return 1 data point per time series instead of 5.
11
11
12
12
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13
13
issues : [34708]
@@ -16,11 +16,12 @@ issues: [34708]
16
16
# These lines will be padded with 2 spaces and then inserted directly into the document.
17
17
# Use pipe (|) for multiline entries.
18
18
subtext : |
19
- Sending 5 historical metrics already did not match up with what was being done with the VM performance metrics.
20
- It could easily lead to situations where timetamps were the tail end of these 5 datapoints would end up being
21
- picked up by the following collection as well. This change also fixes an issue with the googlecloud exporter
22
- seeing these datapoints (20s apart) as duplicates. Following is the list of affected metrics which will now only
23
- report a single datapoint per set of unique attribute values.
19
+ The 5 data points previously sent represented consecutive 20s sampling periods. Depending on the collection interval
20
+ these could easily overlap. Sending just the latest of these data points is more in line with other performance metrics.
21
+
22
+ This change also fixes an issue with the googlecloud exporter seeing these datapoints as duplicates.
23
+
24
+ Following is the list of affected metrics which will now only report a single datapoint per set of unique attribute values.
24
25
- vcenter.host.cpu.reserved
25
26
- vcenter.host.disk.latency.avg
26
27
- vcenter.host.disk.latency.max
0 commit comments