Update ActivityUserGuide.md (#49818)
authorNoah Falk <noahfalk@users.noreply.github.com>
Fri, 19 Mar 2021 00:21:34 +0000 (17:21 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Mar 2021 00:21:34 +0000 (17:21 -0700)
Refer activity guide to the official docs

https://github.com/dotnet/docs/pull/23313 is bringing more enhancements shortly

src/libraries/System.Diagnostics.DiagnosticSource/src/ActivityUserGuide.md

index 789f57a..54c436a 100644 (file)
@@ -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).