Skip to content

Commit b13b16b

Browse files
committed
enable distributed tracing
1 parent 1d09982 commit b13b16b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

host.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"extensions": {
1212
"durableTask": {
1313
"maxConcurrentActivityFunctions": 5,
14-
"maxConcurrentOrchestratorFunctions": 2
14+
"maxConcurrentOrchestratorFunctions": 2,
15+
"tracing": {
16+
"distributedTracingEnabled": true,
17+
"version": "V2"
18+
}
1519
}
1620
}
1721
}

0 commit comments

Comments
 (0)