-
Notifications
You must be signed in to change notification settings - Fork 5
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
This PR removes obsolete attributes from spans #70
Conversation
71b5944
to
7d1848c
Compare
These are already replaced by either `http.status_code` or `net.peer.name` so we are not losing anything. Signed-off-by: Maciej Szlosarczyk [email protected]
7d1848c
to
752f60c
Compare
Test coverage: Elixir 1.15.6 / OTP 26.2
Minimum allowed coverage is Generated by cobertura-action against 184844a |
Test coverage: Elixir 1.15.6 / OTP 25.2
Minimum allowed coverage is Generated by cobertura-action against 184844a |
Test coverage: Elixir 1.16.1 / OTP 25.2
Minimum allowed coverage is Generated by cobertura-action against 184844a |
Test coverage: Elixir 1.16.1 / OTP 26.2
Minimum allowed coverage is Generated by cobertura-action against 184844a |
This attribute has been removed from specification, we also don't really use it for anything - there are no other types than queues in Oban. Bundling it with this PR to use just one version increment. Signed-off-by: Maciej Szlosarczyk [email protected]
LGTM label has been added. Git tree hash: 1c9129e23313a32689fbb5f85e0ce8450c2f5005
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: antonsatin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
These are already replaced by either
http.status_code
ornet.peer.name
so we are not losing anything. But it is still breaking change, so the version increases to 2.x