Skip to content

Commit

Permalink
only emitted when name matches instance
Browse files Browse the repository at this point in the history
  • Loading branch information
BominRahmani committed Aug 7, 2023
1 parent 2d0ab43 commit fa8e3b4
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 2,730 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ change_type: 'bug_fix'
component: 'vcenterreceiver'

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Added new resource attribute, vcenter.system.device.id, to more accurately reflect emission of metrics"
note: "only record datapoints when the instance name matches the machine (host/vm) name. This allows for capturing one datapoint that represents the entity"

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [23669]
Expand All @@ -19,4 +19,4 @@ issues: [23669]
# Use pipe (|) for multiline entries.
subtext: |
There was previously an issue with the vcenter receiver where multiple datapoints within a timeseries contained the same timestamps.
This was remedied by more accurately describing the metric emission by a resource attribute that differentiates the aforementioned same timestamps/datapoints.
This was remedied by only recording the datapoint that contains the aggregated information of all the other datapoints.
54 changes: 0 additions & 54 deletions receiver/vcenterreceiver/internal/metadata/generated_metrics.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

148 changes: 0 additions & 148 deletions receiver/vcenterreceiver/internal/metadata/generated_metrics_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fa8e3b4

Please sign in to comment.