Skip to content

Commit cb1a1b1

Browse files
authored
Update durable-functions-diagnostics.md
1 parent 947fb2a commit cb1a1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/durable/durable-functions-diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,10 @@ Clients will get the following response:
540540
541541
## Distributed Tracing
542542

543-
Distributed Tracing tracks requests and shows how different services interact with each other. In Durable Functions, it also correlates orchestrations and activities together. This is helpful to understand how much time steps of the orchestration take relative to the entire orchestration. It is also usefult to understand where an application is having an issue or where an exception was thrown. This feature is supported for all languages and storage providers.
543+
Distributed Tracing tracks requests and shows how different services interact with each other. In Durable Functions, it also correlates orchestrations and activities together. This is helpful to understand how much time steps of the orchestration take relative to the entire orchestration. It is also useful to understand where an application is having an issue or where an exception was thrown. This feature is supported for all languages and storage providers.
544544

545545
> [!NOTE]
546-
> Distributed Tracing V2 requires a minimum version of [Durable Functions v2.12.0](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/2.12.0). Also, Distributed Tracing V2 is in a preview state and therefore some Durable Functions patterns are not instrumented and unsupported with distributed tracing. For example, Durable Entities operations are not instrumented and traces will not show up in Application Insights.
546+
> Distributed Tracing V2 requires [Durable Functions v2.12.0](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/2.12.0) or greater. Also, Distributed Tracing V2 is in a preview state and therefore some Durable Functions patterns are not instrumented and unsupported with distributed tracing. For example, Durable Entities operations are not instrumented and traces will not show up in Application Insights.
547547
548548
### Setting up Distributed Tracing
549549

0 commit comments

Comments
 (0)