Skip to content

Commit 1029d7c

Browse files
authored
Disambiguate distributed tracing documentation (#51397)
Add a note to the beginning of the distributed tracing doc to also point to the logging and tracing doc. There's already a link from logging and tracing here, so making the link bidirectional so the relationship is clear regardless of which entrypoint the reader found.
1 parent 7852e1e commit 1029d7c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/core/diagnostics/distributed-tracing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ process, which then makes several queries to a database. Using distributed traci
1515
engineers to distinguish if any of those steps failed, how long each step took, and potentially
1616
logging messages produced by each step as it ran.
1717

18+
> [!NOTE]
19+
> The term 'tracing' can have multiple meanings in older .NET APIs. This document focuses on distributed tracing. For information
20+
> on logging and older tracing APIs, see [Logging and tracing](./logging-tracing.md).
21+
1822
## Getting started for .NET app developers
1923

2024
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.

0 commit comments

Comments
 (0)