Skip to content

Commit f14d5d6

Browse files
authored
remove distributed tracing TIP (#44633)
1 parent 5a80273 commit f14d5d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/fundamentals/networking/telemetry/overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ The .NET networking stack is instrumented at various layers. .NET gives you the
1414
- **[Distributed tracing](tracing.md)**: `HttpClient` is instrumented to emit [distributed tracing](../../../core/diagnostics/distributed-tracing.md) activities (also known as spans).
1515
- **[Networking events](events.md)**: Events provide debug and trace information with accurate timestamps.
1616
- **[Networking event counters](event-counters.md)**: All networking components are instrumented to publish real-time performance metrics using the EventCounters API.
17-
18-
> [!TIP]
19-
> If you're looking for information on tracking HTTP operations across different services, see the [distributed tracing documentation](../../../core/diagnostics/distributed-tracing.md).

0 commit comments

Comments
 (0)