We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c9291 commit 3759be0Copy full SHA for 3759be0
docs/core/extensions/httpclient-latency-extensions.md
@@ -45,6 +45,7 @@ builder.Services
45
var host = builder.Build();
46
await host.RunAsync();
47
```
48
+
49
Access the context:
50
51
```csharp
@@ -160,7 +161,6 @@ That log field is the only built‑in output artifact; no metrics or traces are
160
161
To surface them as metrics, read the context after the request pipeline returns and record (for example) GC pause overlap
162
to a histogram and connection initiations to a counter, optionally dimensioned by protocol version.
163
-
164
| Name | Description |
165
|--------------------------|-------------------------------------------------------------------------|
166
| Http.GCPauseTime | Total GC pause duration overlapping the request. |
0 commit comments