@@ -105,6 +105,8 @@ The following sample *host.json* file has all possible options specified (exclud
105
105
"thresholdForSnapshotting" : 1 ,
106
106
"uploaderProxy" : null
107
107
}
108
+ "SamplingExcludedTypes" : " " ,
109
+ "SamplingIncludedTypes" : " Dependency, Event, Exception, PageView, Request, Trace"
108
110
}
109
111
},
110
112
"managedDependency" : {
@@ -143,7 +145,19 @@ Controls options for Application Insights, including [sampling options](./functi
143
145
"samplingSettings" : {
144
146
"isEnabled" : true ,
145
147
"maxTelemetryItemsPerSecond" : 20
148
+ "EvaluationInterval" : " 00:00:15" ,
149
+ "InitialSamplingPercentage" : 0 ,
150
+ "MaxSamplingPercentage" : 100 ,
151
+ "MinSamplingPercentage" : 0.1 ,
152
+ "MovingAverageRatio" :0.25 ,
153
+ "SamplingPercentageDecreaseTimeout" : " 00:02:00" ,
154
+ "SamplingPercentageIncreaseTimeout" : " 00:15:00"
146
155
}
156
+ "SamplingExcludedTypes" : " " ,
157
+ "SamplingIncludedTypes" : " Dependency, Event, Exception, PageView, Request, Trace" ,
158
+ "EnableLiveMetrics" : true ,
159
+ "EnableDependencyTracing" :true ,
160
+ "EnablePerformanceCountersCollection" :true
147
161
}
148
162
}
149
163
```
0 commit comments