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

[processorhelper] deprecated accepted/refused/dropped metrics #11201

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

codeboten
Copy link
Contributor

These were only used by the memory limiter processor and were never automatically calculated by the processorhelper. It's better to move them to processor specific metrics that can be managed within the component itself.

These were only used by the memory limiter processor and were never automatically calculated
by the processorhelper. It's better to move them to processor specific metrics that can
be managed within the component itself.

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
@codeboten codeboten requested review from a team and mx-psi September 17, 2024 20:13
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
@codeboten
Copy link
Contributor Author

This follows the decision that was mentioned in #11114

Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.80%. Comparing base (d5215c5) to head (4891b7c).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11201      +/-   ##
==========================================
- Coverage   91.83%   91.80%   -0.04%     
==========================================
  Files         415      415              
  Lines       19856    19911      +55     
==========================================
+ Hits        18235    18279      +44     
- Misses       1248     1256       +8     
- Partials      373      376       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@codeboten codeboten merged commit a3c0565 into open-telemetry:main Sep 18, 2024
48 of 49 checks passed
@codeboten codeboten deleted the codeboten/deprecate-metrics branch September 18, 2024 19:33
@github-actions github-actions bot added this to the next release milestone Sep 18, 2024
jackgopack4 pushed a commit to jackgopack4/opentelemetry-collector that referenced this pull request Sep 19, 2024
…elemetry#11201)

These were only used by the memory limiter processor and were never
automatically calculated by the processorhelper. It's better to move
them to processor specific metrics that can be managed within the
component itself.

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants