You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**If using the above method to configure sampling, make sure to use ```aiOptions.EnableAdaptiveSampling = false;``` settings with AddApplicationInsightsTelemetry().**
194
194
195
-
## Fixed-rate sampling for ASP.NET, ASP.NET Core, and Java websites
195
+
## Fixed-rate sampling for ASP.NET, ASP.NET Core, Java websites and Python applications
196
196
197
197
Fixed rate sampling reduces the traffic sent from your web server and web browsers. Unlike adaptive sampling, it reduces telemetry at a fixed rate decided by you. It also synchronizes the client and server sampling so that related items are retained - for example, when you look at a page view in Search, you can find its related request.
198
198
@@ -331,7 +331,27 @@ The telemetry types that can be included or excluded from sampling are: Dependen
331
331
332
332
<aname="other-web-pages"></a>
333
333
334
+
### Configuring fixed-rate sampling in OpenCensus Python ###
0 commit comments