Browse Source

Remove disclaimers about 0.2

pull/465/head
Ryan Nowak 6 years ago
committed by Justin Kotalik
parent
commit
40b1ad24ee
  1. 2
      docs/recipes/distributed_tracing.md
  2. 2
      docs/recipes/logging.md

2
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:

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

Loading…
Cancel
Save