Skip to content

Commit 3759be0

Browse files
committed
fix lint
1 parent 40c9291 commit 3759be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/extensions/httpclient-latency-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ builder.Services
4545
var host = builder.Build();
4646
await host.RunAsync();
4747
```
48+
4849
Access the context:
4950

5051
```csharp
@@ -160,7 +161,6 @@ That log field is the only built‑in output artifact; no metrics or traces are
160161
To surface them as metrics, read the context after the request pipeline returns and record (for example) GC pause overlap
161162
to a histogram and connection initiations to a counter, optionally dimensioned by protocol version.
162163

163-
164164
| Name | Description |
165165
|--------------------------|-------------------------------------------------------------------------|
166166
| Http.GCPauseTime | Total GC pause duration overlapping the request. |

0 commit comments

Comments
 (0)