-
Notifications
You must be signed in to change notification settings - Fork 6k
[Http Client Latency] Add new page describing the HttpClientLatencyExtension methods #48770
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive documentation for the HttpClientLatency extension methods, which provide detailed timing information for HTTP client requests. The documentation covers configuration, usage patterns, and integration with other related services.
- Adds a new documentation page explaining HTTP client latency telemetry features and configuration
- Updates the table of contents to include the new documentation page
- Provides code examples for registration, configuration, and usage of the telemetry features
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
docs/fundamentals/toc.yml | Adds navigation entry for the new HTTP client performance monitoring documentation |
docs/core/extensions/httpclient-latency-extensions.md | Creates comprehensive documentation covering HTTP client latency telemetry configuration, usage, and platform considerations |
Summary
This PR adds a new page describing the HttpClientLatency extension methods. This API was long presented in the
dotnet/extensions
, but it was never documented except for the readme in the project itself. The latest changes were merged in dotnet/extensions#6783, so this PR reflects those changes as wellInternal previews