From 0e1b310c7182b100088cb8e3f7e504366b912dee Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Fri, 4 Aug 2023 15:29:14 -0400 Subject: [PATCH] update links for observability (#896) Signed-off-by: Hannah Hunter --- tutorials/observability/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/observability/README.md b/tutorials/observability/README.md index e97e440c9..70d942289 100644 --- a/tutorials/observability/README.md +++ b/tutorials/observability/README.md @@ -1,6 +1,6 @@ # Observability with Dapr -This quickstart explores the [observability](https://docs.dapr.io/concepts/observability-concept/) capabilities of Dapr. Observability includes metric collection, tracing, logging and health checks. In this quickstart you'll be enabling [distributed tracing](https://docs.dapr.io/developing-applications/building-blocks/observability/develop-tracing/tracing-overview/) on an application without changing any application code or creating a dependency on any specific tracing system. Since Dapr uses [OpenCensus](https://opencensus.io/), a variety of observability tools can be used to view and capture the traces. +This quickstart explores the [observability](https://docs.dapr.io/concepts/observability-concept/) capabilities of Dapr. Observability includes metric collection, tracing, logging and health checks. In this quickstart you'll be enabling [distributed tracing](https://docs.dapr.io/operations/observability/tracing/tracing-overview/) on an application without changing any application code or creating a dependency on any specific tracing system. Since Dapr uses [OpenCensus](https://opencensus.io/), a variety of observability tools can be used to view and capture the traces. In this quickstart you will: @@ -543,7 +543,7 @@ kubectl delete -f deploy/zipkin.yaml ## Additional Resources - Learn more about [observability](https://docs.dapr.io/concepts/observability-concept/). -- Learn more on how Dapr does [distributed tracing](https://docs.dapr.io/developing-applications/building-blocks/observability/develop-tracing/tracing-overview/). +- Learn more on how Dapr does [distributed tracing](https://docs.dapr.io/operations/observability/tracing/tracing-overview/). ## Next steps