Splitting the Tracing page into more sections

This commit is contained in:
Nghia Tran 2021-02-11 13:20:59 -08:00
parent 09956ab3df
commit 5c4b215248
8 changed files with 12 additions and 5 deletions

View File

@ -2,6 +2,6 @@
type: docs
title: "Tracing"
linkTitle: "Tracing"
weight: 400
weight: 100
description: "How to setup your trace backend to receive application traces from Dapr"
---

View File

@ -0,0 +1,7 @@
---
type: docs
title: "Common Tracing Backends"
linkTitle: "Common Tracing Backends"
weight: 3000
description: "How to setup various common tracing backends"
---

View File

@ -3,7 +3,7 @@ type: docs
title: "Using OpenTelemetry Collector to collect traces"
linkTitle: "OpenTelemetry"
weight: 1000
description: "How to use Dapr to push trace events to Azure Application Insights, through the OpenTelemetry Collector."
description: "How to use Dapr to push trace events through the OpenTelemetry Collector."
---
Dapr can integrate with [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector) using the Zipkin API. This guide walks through an example to use Dapr to push trace events to Azure Application Insights, through the OpenTelemetry Collector.

View File

@ -1,8 +1,8 @@
---
type: docs
title: "Tracing"
linkTitle: "Tracing"
weight: 3000
title: "Configure Dapr to send distributed tracing data"
linkTitle: "Enable Dapr tracing for your application"
weight: 100
description: "Configure Dapr to send distributed tracing data"
---