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 ddbfaaa + 3e74077 commit 167a115Copy full SHA for 167a115
articles/azure-functions/functions-host-json.md
@@ -64,11 +64,11 @@ The following sample *host.json* file for version 2.x+ has all possible options
64
"isEnabled": true,
65
"maxTelemetryItemsPerSecond" : 20,
66
"evaluationInterval": "01:00:00",
67
- "initialSamplingPercentage": 1.0,
+ "initialSamplingPercentage": 100.0,
68
"samplingPercentageIncreaseTimeout" : "00:00:01",
69
"samplingPercentageDecreaseTimeout" : "00:00:01",
70
"minSamplingPercentage": 0.1,
71
- "maxSamplingPercentage": 0.1,
+ "maxSamplingPercentage": 100.0,
72
"movingAverageRatio": 1.0,
73
"excludedTypes" : "Dependency;Event",
74
"includedTypes" : "PageView;Trace"
0 commit comments