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 deprecated obsreport/obsreporttest package #9724

Merged
merged 1 commit into from Mar 11, 2024

Conversation

dmitryax
Copy link
Member

@dmitryax dmitryax commented Mar 7, 2024

All API in the package was deprecated in 0.93.0

@dmitryax dmitryax requested a review from a team as a code owner March 7, 2024 22:44
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.94%. Comparing base (2fe7ed8) to head (d32af52).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9724      +/-   ##
==========================================
+ Coverage   90.92%   90.94%   +0.01%     
==========================================
  Files         348      347       -1     
  Lines       18401    18397       -4     
==========================================
  Hits        16732    16732              
+ Misses       1346     1342       -4     
  Partials      323      323              

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

@codeboten codeboten merged commit aa64df7 into open-telemetry:main Mar 11, 2024
47 checks passed
@github-actions github-actions bot added this to the next release milestone Mar 11, 2024
tomasmota pushed a commit to tomasmota/opentelemetry-collector that referenced this pull request Mar 14, 2024
jmacd pushed a commit to open-telemetry/otel-arrow that referenced this pull request Mar 26, 2024
Remove a deprecated package that is removed completely from collector
`v0.97.0`
(open-telemetry/opentelemetry-collector#9724).
This seems to be blocking a collector upgrade.

Attempt to upgrade collector to v0.97.0 results in 
```
go: found github.com/open-telemetry/otel-arrow/collector/receiver/filereceiver in github.com/open-telemetry/otel-arrow/collector/receiver/filereceiver v0.18.0
go: found github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver in github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver v0.18.0
go: finding module for package go.opentelemetry.io/collector/obsreport/obsreporttest
go: github.com/open-telemetry/otel-arrow/collector/cmd/otelarrowcol imports
        github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver tested by
        github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver.test imports
        go.opentelemetry.io/collector/obsreport/obsreporttest: module go.opentelemetry.io/collector@latest found (v0.97.0), but does not contain package go.opentelemetry.io/collector/obsreport/obsreporttest
```
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.

None yet

3 participants