We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df0ad3e + a860214 commit d2e7eb6Copy full SHA for d2e7eb6
articles/azure-functions/functions-host-json.md
@@ -69,10 +69,10 @@ The following sample *host.json* file for version 2.x+ has all possible options
69
"samplingPercentageDecreaseTimeout" : "00:00:01",
70
"minSamplingPercentage": 0.1,
71
"maxSamplingPercentage": 0.1,
72
- "movingAverageRatio": 1.0
+ "movingAverageRatio": 1.0,
73
+ "excludedTypes" : "Dependency;Event",
74
+ "includedTypes" : "PageView;Trace"
75
},
- "samplingExcludedTypes" : "Dependency;Event",
- "samplingIncludedTypes" : "PageView;Trace",
76
"enableLiveMetrics": true,
77
"enableDependencyTracking": true,
78
"enablePerformanceCountersCollection": true,
0 commit comments