Skip to content

Commit d2e7eb6

Browse files
authored
Merge pull request #103258 from DixitArora-MSFT/patch-40
Correcting Sample Host.Json
2 parents df0ad3e + a860214 commit d2e7eb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-host-json.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ The following sample *host.json* file for version 2.x+ has all possible options
6969
"samplingPercentageDecreaseTimeout" : "00:00:01",
7070
"minSamplingPercentage": 0.1,
7171
"maxSamplingPercentage": 0.1,
72-
"movingAverageRatio": 1.0
72+
"movingAverageRatio": 1.0,
73+
"excludedTypes" : "Dependency;Event",
74+
"includedTypes" : "PageView;Trace"
7375
},
74-
"samplingExcludedTypes" : "Dependency;Event",
75-
"samplingIncludedTypes" : "PageView;Trace",
7676
"enableLiveMetrics": true,
7777
"enableDependencyTracking": true,
7878
"enablePerformanceCountersCollection": true,

0 commit comments

Comments
 (0)