mirror of https://github.com/dapr/docs.git
Splitting the Tracing page into more sections
This commit is contained in:
parent
09956ab3df
commit
5c4b215248
|
|
@ -2,6 +2,6 @@
|
||||||
type: docs
|
type: docs
|
||||||
title: "Tracing"
|
title: "Tracing"
|
||||||
linkTitle: "Tracing"
|
linkTitle: "Tracing"
|
||||||
weight: 400
|
weight: 100
|
||||||
description: "How to setup your trace backend to receive application traces from Dapr"
|
description: "How to setup your trace backend to receive application traces from Dapr"
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
type: docs
|
||||||
|
title: "Common Tracing Backends"
|
||||||
|
linkTitle: "Common Tracing Backends"
|
||||||
|
weight: 3000
|
||||||
|
description: "How to setup various common tracing backends"
|
||||||
|
---
|
||||||
|
|
@ -3,7 +3,7 @@ type: docs
|
||||||
title: "Using OpenTelemetry Collector to collect traces"
|
title: "Using OpenTelemetry Collector to collect traces"
|
||||||
linkTitle: "OpenTelemetry"
|
linkTitle: "OpenTelemetry"
|
||||||
weight: 1000
|
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.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
type: docs
|
type: docs
|
||||||
title: "Tracing"
|
title: "Configure Dapr to send distributed tracing data"
|
||||||
linkTitle: "Tracing"
|
linkTitle: "Enable Dapr tracing for your application"
|
||||||
weight: 3000
|
weight: 100
|
||||||
description: "Configure Dapr to send distributed tracing data"
|
description: "Configure Dapr to send distributed tracing data"
|
||||||
---
|
---
|
||||||
|
|
||||||
Loading…
Reference in New Issue