Skip to content

Commit

Permalink
Merge pull request #1080 from paulyuk/release-1.14
Browse files Browse the repository at this point in the history
Syncing new PRs release-1.14
  • Loading branch information
paulyuk committed Jul 27, 2024
2 parents c376acc + 1eb7ba5 commit 427d1f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 427d1f0

Please sign in to comment.