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

[release/9.0] Readd DiagnosticSource to KestrelServerImpl #60202

Merged
merged 2 commits into from
Feb 6, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 5, 2025

Backport of #60129 to release/9.0

/cc @BrennanConroy

Readd DiagnosticSource to KestrelServerImpl

Description

During 8.0 we did a bunch of metrics work and accidentally removed DiagnosticSource support in Kestrel. We document how to monitor your app for bad requests and it doesn't work anymore.

Fixes #58911

Customer Impact

Our docs on how to monitor your app for bad requests doesn't work anymore. Customers would instead need to rely on/add logging capturing for this scenario if they even notice that the feature is broken.

1st party as well as a couple customers have hit this.

Regression?

  • Yes
  • No

Regressed in .NET 8

Risk

  • High
  • Medium
  • Low

Simple fix, added smoke test to verify, and did a manual test to check it works now.

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions label Feb 5, 2025
@dotnet-policy-service dotnet-policy-service bot added this to the 9.0.x milestone Feb 5, 2025
@BrennanConroy BrennanConroy added ask-mode This issue / PR is a patch candidate which we will bar-check internally before patching it. Servicing-consider Shiproom approval is required for the issue Servicing-approved Shiproom has approved the issue and removed ask-mode This issue / PR is a patch candidate which we will bar-check internally before patching it. Servicing-consider Shiproom approval is required for the issue labels Feb 5, 2025
@wtgodbe
Copy link
Member

wtgodbe commented Feb 5, 2025

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe
Copy link
Member

wtgodbe commented Feb 6, 2025

Just merged 2 more fixes that should unblock CI

@wtgodbe
Copy link
Member

wtgodbe commented Feb 6, 2025

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe
Copy link
Member

wtgodbe commented Feb 6, 2025

Java test failure unrelated

@wtgodbe wtgodbe merged commit f67beca into release/9.0 Feb 6, 2025
21 of 25 checks passed
@wtgodbe wtgodbe deleted the backport/pr-60129-to-release/9.0 branch February 6, 2025 22:54
@dotnet-policy-service dotnet-policy-service bot modified the milestones: 9.0.x, 9.0.3 Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions Servicing-approved Shiproom has approved the issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants