Skip to content

Commit

Permalink
Refresh the Zipkin observability tutorial (#1031)
Browse files Browse the repository at this point in the history
Signed-off-by: Pieter de Bruin <[email protected]>
  • Loading branch information
pdebruin authored Jul 26, 2024
1 parent 09d1dcc commit f695e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/observability/README.md
Original file line number Diff line number Diff line change
@@ -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/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.
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. Dapr works with the Zipkin (great for development) and the Open Telemetry (recommended for production) protocols for distributed traces.

In this quickstart you will:

Expand Down

0 comments on commit f695e1b

Please sign in to comment.