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 8170c06 commit 41a5c88Copy full SHA for 41a5c88
src/libraries/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md
@@ -1,5 +1,9 @@
1
# Activity User Guide
2
3
+**This doc is being obsoleted by: https://docs.microsoft.com/dotnet/core/diagnostics/distributed-tracing
4
+Future doc changes should be done in the official docs, not here.
5
+There is still some information here that is not present in the official docs (yet) so I am preserving it as-is.**
6
+
7
This document describes Activity, a class that allows storing and accessing diagnostics context and consuming it with logging system.
8
9
This document provides Activity architecture [overview](#overview) and [usage](#activity-usage).
0 commit comments