Skip to content

Conversation

@ZStriker19
Copy link
Collaborator

@ZStriker19 ZStriker19 commented Jan 14, 2023

This fix removes unintended url parts in the http.url tag.

Co-authored-by: Brett Langdon brett.langdon@datadoghq.com

Description

Checklist

Motivation

Design

Testing strategy

Relevant issue(s)

Testing strategy

Reviewer Checklist

  • Title is accurate.
  • Description motivates each change.
  • No unnecessary changes were introduced in this PR.
  • Avoid breaking API changes unless absolutely necessary.
  • Tests provided or description of manual testing performed is included in the code or PR.
  • Release note has been added and follows the library release note guidelines, or else changelog/no-changelog label added.
  • All relevant GitHub issues are correctly linked.
  • Backports are identified and tagged with Mergifyio.

This fix removes unintended url parts in the `http.url` tag.

Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
@ZStriker19 ZStriker19 requested a review from a team as a code owner January 14, 2023 00:13
brettlangdon
brettlangdon previously approved these changes Jan 14, 2023
mabdinur
mabdinur previously approved these changes Jan 14, 2023
@brettlangdon brettlangdon dismissed stale reviews from mabdinur and themself via 1da8b46 January 14, 2023 00:28
brettlangdon
brettlangdon previously approved these changes Jan 14, 2023
@brettlangdon brettlangdon requested a review from mabdinur January 14, 2023 00:30
@codecov-commenter
Copy link

Codecov Report

Merging #4906 (68fab7e) into 1.6 (d22dda5) will increase coverage by 0.00%.
The diff coverage is 94.73%.

@@           Coverage Diff           @@
##              1.6    #4906   +/-   ##
=======================================
  Coverage   78.21%   78.21%           
=======================================
  Files         757      757           
  Lines       60228    60263   +35     
=======================================
+ Hits        47106    47136   +30     
- Misses      13122    13127    +5     
Impacted Files Coverage Δ
tests/contrib/sanic/test_sanic_server.py 95.23% <ø> (ø)
ddtrace/internal/module.py 84.35% <77.77%> (-0.27%) ⬇️
ddtrace/contrib/trace_utils.py 94.75% <100.00%> (+0.18%) ⬆️
tests/contrib/aiohttp/test_aiohttp_client.py 100.00% <100.00%> (ø)
tests/contrib/requests/test_requests.py 96.25% <100.00%> (+0.06%) ⬆️
tests/tracer/test_trace_utils.py 99.75% <100.00%> (+<0.01%) ⬆️
ddtrace/internal/telemetry/writer.py 76.55% <0.00%> (-2.76%) ⬇️
tests/utils.py 90.35% <0.00%> (-0.24%) ⬇️
ddtrace/contrib/requests/connection.py 98.61% <0.00%> (+2.77%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@brettlangdon brettlangdon merged commit f7057df into 1.6 Jan 14, 2023
@brettlangdon brettlangdon deleted the backport_remove_url_parts_1.6 branch January 14, 2023 03:12
@github-actions github-actions bot added this to the v1.6.5 milestone Jan 14, 2023
brettlangdon added a commit that referenced this pull request Jan 14, 2023
This fix removes unintended url parts in the `http.url` tag.

Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>

<!-- Briefly describe the change and why it was required. -->

<!-- If this is a breaking change, explain why it is necessary. Breaking
changes must append `!` after the type/scope. See
https://ddtrace.readthedocs.io/en/stable/contributing.html for more
details. -->

- [x] Followed the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines)
when writing a release note.
- [x] Add additional sections for `feat` and `fix` pull requests.
- [x] [Library
documentation](https://github.com/DataDog/dd-trace-py/tree/1.x/docs)
and/or [Datadog's documentation
site](https://github.com/DataDog/documentation/) is updated. Link to doc
PR in description.

<!-- Copy and paste the relevant snippet based on the type of pull
request -->

<!-- START feat -->

<!-- Expand on why the change is required, include relevant context for
reviewers -->

<!-- Include benefits from the change as well as possible drawbacks and
trade-offs -->

<!-- Describe the automated tests and/or the steps for manual testing.

<!-- END feat -->

<!-- START fix -->

<!-- Link the pull request to any issues related to the fix. Use
keywords for links to automate closing the issues once the pull request
is merged. -->

<!-- Describe any added regression tests and/or the manual testing
performed. -->

<!-- END fix -->

- [ ] Title is accurate.
- [ ] Description motivates each change.
- [ ] No unnecessary changes were introduced in this PR.
- [ ] Avoid breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes unless absolutely necessary.
- [ ] Tests provided or description of manual testing performed is
included in the code or PR.
- [ ] Release note has been added and follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines),
or else `changelog/no-changelog` label added.
- [ ] All relevant GitHub issues are correctly linked.
- [ ] Backports are identified and tagged with Mergifyio.

Co-authored-by: Tahir H. Butt <tahir.butt@datadoghq.com>
Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
brettlangdon added a commit that referenced this pull request Jan 14, 2023
Backport of #4906 

This fix removes unintended url parts in the `http.url` tag.

Co-authored-by: Tahir H. Butt <tahir.butt@datadoghq.com>
Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>

Co-authored-by: Zachary Groves <32471391+ZStriker19@users.noreply.github.com>
Co-authored-by: Tahir H. Butt <tahir.butt@datadoghq.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.

6 participants