Skip to content

Commit cd011b6

Browse files
committed
vcenterreceiver updates changelog to be more concise & clear
1 parent f98b820 commit cd011b6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.chloggen/vcenter-receiver_remove_extra_host_perf_metrics.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ change_type: breaking
77
component: vcenterreceiver
88

99
# 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.
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
1313
issues: [34708]
@@ -16,11 +16,12 @@ issues: [34708]
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
1717
# Use pipe (|) for multiline entries.
1818
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.
2425
- vcenter.host.cpu.reserved
2526
- vcenter.host.disk.latency.avg
2627
- vcenter.host.disk.latency.max

0 commit comments

Comments
 (0)