Skip to content
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

[processor/deltatocumulative]: drop bad samples #34979

Merged
merged 5 commits into from
Sep 5, 2024

Conversation

sh0rez
Copy link
Contributor

@sh0rez sh0rez commented Sep 3, 2024

Description:
While writing a test that exercises the public api, I noticed we record bad samples as metrics, but do not actually drop them.
This is another result of the highly layered architecture that makes such things hard to understand. I'm working on removing that.

Link to tracking Issue:

Testing: public api tests were added

Documentation: not needed

Copy link
Contributor

@ArthurSens ArthurSens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for breaking your previous work into smaller PRs :)

My review was mostly to help myself understand the codebase. Do you mind answering a couple of questions?

@jpkrohling jpkrohling merged commit 53152f0 into open-telemetry:main Sep 5, 2024
156 checks passed
@github-actions github-actions bot added this to the next release milestone Sep 5, 2024
f7o pushed a commit to f7o/opentelemetry-collector-contrib that referenced this pull request Sep 12, 2024
**Description:**
While writing a test that exercises the public api, I noticed we record
bad samples as metrics, but do not actually drop them.
This is another result of the highly layered architecture that makes
such things hard to understand. I'm working on removing that.

**Link to tracking Issue:**

**Testing:** public api tests were added

**Documentation:** not needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants