-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 generated jsonschema code #8620
remove generated jsonschema code #8620
Conversation
3c36eb6
to
10b1f79
Compare
10b1f79
to
c321970
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #8620 +/- ##
==========================================
+ Coverage 90.82% 91.60% +0.77%
==========================================
Files 318 317 -1
Lines 17208 17013 -195
==========================================
- Hits 15630 15585 -45
+ Misses 1284 1134 -150
Partials 294 294 ☔ View full report in Codecov by Sentry. |
7a9d332
to
1ab171a
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
1ab171a
to
bfa54db
Compare
bfa54db
to
413faaa
Compare
open-telemetry/opentelemetry-go-contrib#4376 has been released on |
d6ccfa5
to
a69f7e7
Compare
@mx-psi updated the PR with v0.1.0 |
receiver/otlpreceiver/go.mod
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidental revert of #8795?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup, thanks for catching. fixed
service/telemetry/config_test.go
Outdated
@@ -67,177 +63,178 @@ func TestLoadConfig(t *testing.T) { | |||
} | |||
} | |||
|
|||
// TODO: review where unmarshal tests should live |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would just remove the code or keep it as is, leaving it commented does not seem useful to me (we always have git history). If we remove it, we can file an issue to track this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say let's remove this and file an issue? That seems like the easiest option
This code lives in the opentelemetry-go-contrib repo now. Signed-off-by: Alex Boten <[email protected]>
Signed-off-by: Alex Boten <[email protected]>
8bb123b
to
2d8ada2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving but please see the config_test.go
comment
service/telemetry/config_test.go
Outdated
@@ -67,177 +63,178 @@ func TestLoadConfig(t *testing.T) { | |||
} | |||
} | |||
|
|||
// TODO: review where unmarshal tests should live |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say let's remove this and file an issue? That seems like the easiest option
Signed-off-by: Alex Boten <[email protected]>
Should've been removed as part of #8620
Should've been removed as part of open-telemetry#8620
**Description:** Delete deprecated config types which have moved to opentelemetry-go-contrib. See #8620 for the first changes.
This code will live in the opentelemetry-go-contrib repo in the future.
This depends on open-telemetry/opentelemetry-go-contrib#4376