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
title: Statsbeat in Application Insights | Microsoft Docs
3
-
description: Statistics about Application Insights SDKs and AutoInstrumentation
3
+
description: Statistics about Application Insights SDKs and autoinstrumentation
4
4
ms.topic: reference
5
5
ms.date: 08/24/2022
6
6
ms.custom: references_regions
@@ -9,125 +9,103 @@ ms.reviwer: heya
9
9
10
10
# Statsbeat in Application Insights
11
11
12
-
Statsbeat collects essential and nonessential [custom metrics](../essentials/metrics-custom-overview.md) about Application Insights SDKs and autoinstrumentation. Statsbeat serves three benefits for Azure Monitor Application Insights customers:
13
-
- Service health and reliability (outside-in monitoring of connectivity to ingestion endpoint)
14
-
- Support diagnostics (self-help insights and CSS insights)
15
-
- Product improvement (insights for design optimizations)
12
+
Statsbeat collects essential and nonessential [custom metrics](../essentials/metrics-custom-overview.md) about Application Insights SDKs and autoinstrumentation. Statsbeat serves three benefits for Application Insights customers:
16
13
17
-
Statsbeat data is stored in a Microsoft data store. It doesn't affect customers' overall monitoring volume and cost.
18
-
19
-
Statsbeat doesn't support [Azure Private Link](../../automation/how-to/private-link-security.md).
14
+
* Service health and reliability (outside-in monitoring of connectivity to ingestion endpoint)
15
+
* Support diagnostics (self-help insights and CSS insights)
16
+
* Product improvement (insights for design optimizations)
20
17
21
-
## What data does Statsbeat collect?
18
+
Statsbeat data is stored in a Microsoft data store. It doesn't affect customers' overall monitoring volume and cost.
22
19
23
-
Statsbeat collects essential and nonessential metrics.
20
+
> [!NOTE]
21
+
> Statsbeat doesn't support [Azure Private Link](../../automation/how-to/private-link-security.md).
| Europe |`westeurope-5.in.applicationinsights.azure.com`|
101
+
| Outside of Europe |`westus-0.in.applicationinsights.azure.com`|
129
102
130
-
#### [Java](#tab/java)
103
+
## Disable Statsbeat
104
+
105
+
### [Java](#tab/java)
106
+
107
+
> [!NOTE]
108
+
> Only nonessential Statsbeat can be disabled in Java.
131
109
132
110
To disable nonessential Statsbeat, add the following configuration to your config file:
133
111
@@ -143,19 +121,12 @@ To disable nonessential Statsbeat, add the following configuration to your confi
143
121
144
122
You can also disable this feature by setting the environment variable `APPLICATIONINSIGHTS_STATSBEAT_DISABLED` to `true`. This setting then takes precedence over `disabled`, which is specified in the JSON configuration.
145
123
146
-
#### [Node](#tab/node)
147
-
148
-
Not supported yet.
149
-
150
-
#### [Python](#tab/python)
124
+
### [Node](#tab/node)
151
125
152
-
Statsbeat is enabled by default. It can be disabled by setting the environment variable <codeclass="notranslate">APPLICATIONINSIGHTS_STATSBEAT_DISABLED_ALL</code> to <codeclass="notranslate">true</code>.
126
+
Statsbeat is enabled by default. It can be disabled by setting the environment variable `APPLICATION_INSIGHTS_NO_STATSBEAT`to `true`.
153
127
154
-
Metrics are sent to the following locations, to which outgoing connections must be opened in firewalls.
0 commit comments