Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/core/diagnostics/distributed-tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ process, which then makes several queries to a database. Using distributed traci
engineers to distinguish if any of those steps failed, how long each step took, and potentially
logging messages produced by each step as it ran.

> [!NOTE]
> The term 'tracing' can have multiple meanings in older .NET APIs. This document focuses on distributed tracing. For information
> on logging and older tracing APIs, see [Logging and tracing](./logging-tracing.md).

## Getting started for .NET app developers

Key .NET libraries are instrumented to produce distributed tracing information automatically. However, this information needs to be collected and stored so that it will be available for review later.
Expand Down
Loading