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

Redact query from HttpTelemetry #104970

Merged
merged 3 commits into from
Jul 17, 2024
Merged

Conversation

ManickaP
Copy link
Member

Follow up on #103769

Redacts query string from the official HttpTelemetry (EventSource "System.Net.Http"). Uses the same opt out as distributed tracing (Activity) and HttpClientFactory logging. Doesn't touch private events (EventSource "Private.InternalDiagnostics.*").

Fixes #74340

cc @CarnaViire

@ManickaP
Copy link
Member Author

/azp run runtime-libraries-coreclr outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ManickaP
Copy link
Member Author

/azp run runtime-libraries-coreclr outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@CarnaViire CarnaViire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's also

Is there a reason why we're skipping it?

@ManickaP
Copy link
Member Author

/azp run runtime-libraries-coreclr outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ManickaP ManickaP merged commit 98082dc into dotnet:main Jul 17, 2024
83 of 91 checks passed
@ManickaP ManickaP deleted the http-telemetry-redaction branch July 17, 2024 10:23
@antonfirsov antonfirsov added the breaking-change Issue or PR that represents a breaking API or functional change over a prerelease. label Jul 18, 2024
@dotnet-policy-service dotnet-policy-service bot added the needs-breaking-change-doc-created Breaking changes need an issue opened with https://github.com/dotnet/docs/issues/new?template=dotnet label Jul 18, 2024
Copy link
Contributor

Added needs-breaking-change-doc-created label because this PR has the breaking-change label.

When you commit this breaking change:

  1. Create and link to this PR and the issue a matching issue in the dotnet/docs repo using the breaking change documentation template, then remove this needs-breaking-change-doc-created label.
  2. Ask a committer to mail the .NET Breaking Change Notification DL.

Tagging @dotnet/compat for awareness of the breaking change.

@github-actions github-actions bot locked and limited conversation to collaborators Aug 18, 2024
@karelz karelz assigned antonfirsov and unassigned ManickaP Aug 20, 2024
@karelz karelz added this to the 9.0.0 milestone Sep 3, 2024
@liveans liveans self-assigned this Oct 2, 2024
@liveans
Copy link
Member

liveans commented Oct 7, 2024

Breaking change doc is created: dotnet/docs#42794

@liveans liveans removed the needs-breaking-change-doc-created Breaking changes need an issue opened with https://github.com/dotnet/docs/issues/new?template=dotnet label Oct 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net breaking-change Issue or PR that represents a breaking API or functional change over a prerelease.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disabling/filtering query parameters for URIs in HTTP tracing
6 participants