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

Remove internal rep deprecated funcs #5018

Merged
merged 2 commits into from
Mar 17, 2022

Conversation

bogdandrutu
Copy link
Member

@bogdandrutu bogdandrutu commented Mar 16, 2022

Usually we wait 2 cycles for pdata deprecated fields, but this is internal only, so can be removed faster.

Fixes #4706

Signed-off-by: Bogdan Drutu [email protected]

@bogdandrutu bogdandrutu requested review from a team and Aneurysm9 March 16, 2022 13:05
Usually we wait 2 cycles for pdata deprecated fields, but this is internal only, so can be removed faster.

Signed-off-by: Bogdan Drutu <[email protected]>
@codecov
Copy link

codecov bot commented Mar 16, 2022

Codecov Report

Merging #5018 (9d16d41) into main (5ff4874) will increase coverage by 0.10%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #5018      +/-   ##
==========================================
+ Coverage   90.96%   91.06%   +0.10%     
==========================================
  Files         183      180       -3     
  Lines       10692    10680      -12     
==========================================
  Hits         9726     9726              
+ Misses        749      737      -12     
  Partials      217      217              
Impacted Files Coverage Δ
model/internal/pdata/logs.go 95.65% <ø> (+7.65%) ⬆️
model/internal/pdata/metrics.go 97.82% <ø> (+2.08%) ⬆️
model/internal/pdata/traces.go 91.30% <ø> (+7.30%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5ff4874...9d16d41. Read the comment docs.

@bogdandrutu bogdandrutu merged commit f38e31b into open-telemetry:main Mar 17, 2022
@bogdandrutu bogdandrutu deleted the rminternalrep branch March 17, 2022 09:10
Nicholaswang pushed a commit to Nicholaswang/opentelemetry-collector that referenced this pull request Jun 7, 2022
Usually we wait 2 cycles for pdata deprecated fields, but this is internal only, so can be removed faster.

Signed-off-by: Bogdan Drutu <[email protected]>
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.

[pdata] Avoid exposing internal functions MetricsFromInternalRep and InternalRep
3 participants