Skip to content

Conversation

rainsxng
Copy link
Contributor

@rainsxng rainsxng commented Sep 29, 2025

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 well


Internal previews

📄 File 🔗 Preview link
docs/core/extensions/httpclient-latency-extensions.md docs/core/extensions/httpclient-latency-extensions
docs/fundamentals/toc.yml docs/fundamentals/toc

Comment on lines 13 to 14
When building applications that communicate with other services over HTTP, understanding the performance characteristics
of those HTTP operations is essential. The `AddHttpClientLatencyTelemetry` extension method provides a way to collect
Copy link
Member

Choose a reason for hiding this comment

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

passive voice tends to be less clear

Suggested change
When building applications that communicate with other services over HTTP, understanding the performance characteristics
of those HTTP operations is essential. The `AddHttpClientLatencyTelemetry` extension method provides a way to collect
When building applications that communicate over HTTP, it's essential to understand the performance characteristics
of those operations. The `AddHttpClientLatencyTelemetry` extension method provides a way to collect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants