Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Falk <noahfalk@users.noreply.github.com>2021-03-19 03:21:34 +0300
committerGitHub <noreply@github.com>2021-03-19 03:21:34 +0300
commit9f93bcb46478b1282daba268aa4d0a8550e06a31 (patch)
tree1030d6f9826b5eff9b152bd5fa8d82fd7b7258be /src/libraries
parent2b2ebba1c6cae7a1cc9cae90a5bd55f63f67d678 (diff)
Update ActivityUserGuide.md (#49818)
Refer activity guide to the official docs https://github.com/dotnet/docs/pull/23313 is bringing more enhancements shortly
Diffstat (limited to 'src/libraries')
-rw-r--r--src/libraries/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md b/src/libraries/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md
index 789f57ad011..54c436ae891 100644
--- a/src/libraries/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md
+++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md
@@ -1,5 +1,9 @@
# Activity User Guide
+**This doc is being obsoleted by: https://docs.microsoft.com/dotnet/core/diagnostics/distributed-tracing
+Future doc changes should be done in the official docs, not here.
+There is still some information here that is not present in the official docs (yet) so I am preserving it as-is.**
+
This document describes Activity, a class that allows storing and accessing diagnostics context and consuming it with logging system.
This document provides Activity architecture [overview](#overview) and [usage](#activity-usage).