-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deltatocumulative aborts after first sample #31350
Labels
Comments
Pinging code owners for processor/deltatocumulative: @sh0rez @RichieSams. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Issue filed by a code owner, and the other code owner has approved the PR, so I'm removing |
djaglowski
pushed a commit
that referenced
this issue
Feb 26, 2024
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Due to an oversight, the processor stopped after the first sample. It should process all available samples per stream. **Testing:** Tests have been added to verify: - `Samples()` visits all samples - `Aggregate()` edits all samples **Issues** Fixes #31350
This was referenced Feb 27, 2024
XinRanZhAWS
pushed a commit
to XinRanZhAWS/opentelemetry-collector-contrib
that referenced
this issue
Mar 13, 2024
…emetry#31349) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Due to an oversight, the processor stopped after the first sample. It should process all available samples per stream. **Testing:** Tests have been added to verify: - `Samples()` visits all samples - `Aggregate()` edits all samples **Issues** Fixes open-telemetry#31350
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
processor/deltatocumulative
What happened?
Description
deltatocumulativeprocessor
only updates the first sample of each streamSteps to Reproduce
send a stream with more than two samples
Expected Result
all samples are converted to cumulative
Actual Result
only first sample is converted
Collector version
d4dda61
The text was updated successfully, but these errors were encountered: