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
| ASP.NET |[Yes (on by default)](#configuring-adaptive-sampling-for-aspnet-applications)|[Yes](#configuring-fixed-rate-sampling-for-aspnet-applications)| Only if no other sampling is in effect |
32
-
| ASP.NET Core |[Yes (on by default)](#configuring-adaptive-sampling-for-aspnet-core-applications)|[Yes](#configuring-fixed-rate-sampling-for-aspnet-core-applications)| Only if no other sampling is in effect |
33
-
| Azure Functions |[Yes (on by default)](#configuring-adaptive-sampling-for-azure-functions)| No | Only if no other sampling is in effect |
34
-
| Java | No |[Yes](#configuring-sampling-overrides-and-fixed-rate-sampling-for-java-applications)| Only if no other sampling is in effect |
35
-
| JavaScript | No |[Yes](#configuring-fixed-rate-sampling-for-web-pages-with-javascript)| Only if no other sampling is in effect |
36
-
| Node.JS | No | [Yes](./nodejs.md#sampling) | Only if no other sampling is in effect
37
-
| Python | No |[Yes](#configuring-fixed-rate-sampling-for-opencensus-python-applications)| Only if no other sampling is in effect |
38
-
| All others | No | No |[Yes](#ingestion-sampling)|
| ASP.NET |[Yes (on by default)](#configuring-adaptive-sampling-for-aspnet-applications)|[Yes](#configuring-fixed-rate-sampling-for-aspnet-applications)| Only if no other sampling is in effect |
32
+
| ASP.NET Core |[Yes (on by default)](#configuring-adaptive-sampling-for-aspnet-core-applications)|[Yes](#configuring-fixed-rate-sampling-for-aspnet-core-applications)| Only if no other sampling is in effect |
33
+
| Azure Functions |[Yes (on by default)](#configuring-adaptive-sampling-for-azure-functions)| No| Only if no other sampling is in effect |
34
+
| Java | No|[Yes](#configuring-sampling-overrides-and-fixed-rate-sampling-for-java-applications)| Only if no other sampling is in effect |
35
+
| JavaScript | No |[Yes](#configuring-fixed-rate-sampling-for-web-pages-with-javascript)| Only if no other sampling is in effect |
36
+
| Node.JS | No |[Yes](./nodejs.md#sampling)| Only if no other sampling is in effect|
37
+
| Python | No |[Yes](#configuring-fixed-rate-sampling-for-opencensus-python-applications)| Only if no other sampling is in effect |
38
+
| All others | No | No |[Yes](#ingestion-sampling)|
39
39
40
40
> [!NOTES]
41
-
> - The Java Application Agent 3.4.0 and later uses rate-limited sampling as the default when sending telemetry to Application Insights. For more information, see [Rate-limited sampling](java-standalone-config#rate-limited-sampling).
41
+
> - The Java Application Agent 3.4.0 and later uses rate-limited sampling as the default when sending telemetry to Application Insights. For more information, see [Rate-limited sampling](java-standalone-config.md#rate-limited-sampling).
42
42
> - The information on most of this page applies to the current versions of the Application Insights SDKs. For information on older versions of the SDKs, [see the section below](#older-sdk-versions).
0 commit comments