Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@TsuyoshiUshio
Created May 4, 2020 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TsuyoshiUshio/201d8aecaf041900ceee00d30481f072 to your computer and use it in GitHub Desktop.
Save TsuyoshiUshio/201d8aecaf041900ceee00d30481f072 to your computer and use it in GitHub Desktop.
Distributed Tracing sample
{
"extensions": {
"durableTask": {
"tracing": {
"DistributedTracingProtocol": "W3CTraceContext"
}
}
},
"logging": {
"applicationInsights": {
"httpAutoCollectionOptions": {
"enableW3CDistributedTracing": true
}
}
},
"version": "2.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment