Skip to content

Promote AddHttpLatencyTelemetry to stable - #7730

Draft
EasyL0ver wants to merge 1 commit into
mainfrom
users/pkudlacik/http-latency-enricher-followup
Draft

Promote AddHttpLatencyTelemetry to stable#7730
EasyL0ver wants to merge 1 commit into
mainfrom
users/pkudlacik/http-latency-enricher-followup

Conversation

@EasyL0ver

@EasyL0ver EasyL0ver commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Promotes AddHttpLatencyTelemetry (incoming HTTP request latency log enricher, package Microsoft.AspNetCore.Diagnostics.Middleware) to stable public API.

Changes

  • Remove the [Experimental(EXTEXP0013)] attribute from HttpLatencyTelemetryServiceCollectionExtensions and its AddHttpLatencyTelemetry method, plus the now-unused usings.
  • Regenerate the public API baseline via ApiChief so the type and method move to Stage: Stable.

This mirrors the already-stable outgoing-request equivalent HttpClientLatencyTelemetryExtensions.AddHttpClientLatencyTelemetry.

Validation

  • Library builds with 0 warnings.
  • All 183 tests in Microsoft.AspNetCore.Diagnostics.Middleware.Tests pass.

Closes #7729

Note

Draft pending API review approval of #7729.

Remove the [Experimental(EXTEXP0013)] attribute from
HttpLatencyTelemetryServiceCollectionExtensions and its AddHttpLatencyTelemetry
method, and regenerate the public API baseline so the type and method move to
Stage: Stable. This mirrors the already-stable outgoing-request equivalent
HttpClientLatencyTelemetryExtensions.AddHttpClientLatencyTelemetry.

Pending API review approval of #7729.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 544c8b44-3b80-41b2-b9be-e60561adaa97
@EasyL0ver
EasyL0ver force-pushed the users/pkudlacik/http-latency-enricher-followup branch from 73b3732 to ad6cec5 Compare September 3, 2026 12:50
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.

[API Proposal]: AddHttpLatencyTelemetry for incoming HTTP request logs

1 participant