From 40b1ad24ee7cd20157e24166b9cbd687e5712edc Mon Sep 17 00:00:00 2001 From: Ryan Nowak Date: Thu, 7 May 2020 13:55:45 -0700 Subject: [PATCH] Remove disclaimers about 0.2 --- docs/recipes/distributed_tracing.md | 2 -- docs/recipes/logging.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/recipes/distributed_tracing.md b/docs/recipes/distributed_tracing.md index 46ae0eb6..53f65e38 100644 --- a/docs/recipes/distributed_tracing.md +++ b/docs/recipes/distributed_tracing.md @@ -1,7 +1,5 @@ # Distributed Tracing with Zipkin -> :warning: This recipe refers to features that are only available in our CI builds at the moment. These features will be part of the 0.2 release on nuget.org "soon". - Distributed tracing is a key diagnostics tool in your microservices toolbelt. Distributed traces show you at a glance what operations took place across your entire application to complete some task. Zipkin is a popular open-source distributed trace storage and query system. It can show you: diff --git a/docs/recipes/logging.md b/docs/recipes/logging.md index 7739e7f4..0808853d 100644 --- a/docs/recipes/logging.md +++ b/docs/recipes/logging.md @@ -1,7 +1,5 @@ # Logging with Elastic stack -> :warning: This recipe refers to features that are only available in our CI builds at the moment. These features will be part of the 0.2 release on nuget.org "soon". - Elastic stack (aka ELK) is a popular log-aggregation system that gives you a powerful log search and dashboard engine with views across all of your services. Tye can push logs to Elastic stack easily without the need for any SDKs or code changes in your services.