Skip to content

Conversation

ridwanmsharif
Copy link
Member

Description

Update the timeseries info structs so we also store the int values for sums. And make sure we update and use this appropriately in the strategies.

Link to tracking issue

Fixes #42202

Testing

Added unit tests to the datapointstorage module, as well as to each strategy.

Documentation

N/A

@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2025

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Oct 6, 2025
@github-actions github-actions bot removed the Stale label Oct 7, 2025
@atoulme atoulme marked this pull request as draft October 8, 2025 05:32
@atoulme
Copy link
Contributor

atoulme commented Oct 8, 2025

Moving to draft while comments and CI are addressed. Please address and mark ready to review again.

@ridwanmsharif ridwanmsharif force-pushed the ridwanmsharif/fix-adjust-int-sums branch 2 times, most recently from 8ebdf0a to f756123 Compare October 9, 2025 18:51
@ridwanmsharif ridwanmsharif force-pushed the ridwanmsharif/fix-adjust-int-sums branch from f756123 to f0ec95f Compare October 9, 2025 20:05
@ridwanmsharif ridwanmsharif marked this pull request as ready for review October 10, 2025 16:35
@dashpole dashpole added the ready to merge Code review completed; ready to merge by maintainers label Oct 14, 2025
@songy23 songy23 merged commit a9f53d6 into open-telemetry:main Oct 15, 2025
186 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 15, 2025
ChrsMark pushed a commit to ChrsMark/opentelemetry-collector-contrib that referenced this pull request Oct 20, 2025
… datapoint (open-telemetry#42203)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Update the timeseries info structs so we also store the int values for
sums. And make sure we update and use this appropriately in the
strategies.

<!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes open-telemetry#42202

<!--Describe what testing was performed and which tests were added.-->
#### Testing
Added unit tests to the datapointstorage module, as well as to each
strategy.

<!--Describe the documentation added.-->
#### Documentation
N/A

<!--Please delete paragraphs that you did not use before submitting.-->

Signed-off-by: Ridwan Sharif <[email protected]>
Co-authored-by: David Ashpole <[email protected]>
Co-authored-by: Yang Song <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

processor/metricstarttime ready to merge Code review completed; ready to merge by maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

metricstarttimeprocessor: currently doesn't adjust sum values if type is an int

6 participants