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
Statsbeat supports EU Data Boundary for Application Insights resources in the following regions:
@@ -64,40 +54,19 @@ Metrics are sent to the following locations, to which outgoing connections must
64
54
| Europe |`westeurope-5.in.applicationinsights.azure.com`|
65
55
| Outside of Europe |`westus-0.in.applicationinsights.azure.com`|
66
56
67
-
### Disable Statsbeat
57
+
##Supported metrics
68
58
69
-
#### [Java](#tab/java)
70
-
71
-
> [!NOTE]
72
-
> Only nonessential Statsbeat can be disabled in Java.
73
-
74
-
To disable nonessential Statsbeat, add the following configuration to your config file:
75
-
76
-
```json
77
-
{
78
-
"preview": {
79
-
"statsbeat": {
80
-
"disabled": "true"
81
-
}
82
-
}
83
-
}
84
-
```
85
-
86
-
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.
87
-
88
-
#### [Node](#tab/node)
89
-
90
-
Statsbeat is enabled by default. It can be disabled by setting the environment variable `APPLICATION_INSIGHTS_NO_STATSBEAT` to `true`.
91
-
92
-
#### [Python](#tab/python)
93
-
94
-
Statsbeat is enabled by default. It can be disabled by setting the environment variable `APPLICATIONINSIGHTS_STATSBEAT_DISABLED_ALL` to `true`.
59
+
Statsbeat collects [essential](#essential-statsbeat) and [nonessential](#nonessential-statsbeat) metrics:
95
60
96
-
---
61
+
| Language | Essential metrics | Non-essential metrics |
> Only nonessential Statsbeat can be disabled in Java.
109
+
110
+
To disable nonessential Statsbeat, add the following configuration to your config file:
111
+
112
+
```json
113
+
{
114
+
"preview": {
115
+
"statsbeat": {
116
+
"disabled": "true"
117
+
}
118
+
}
119
+
}
120
+
```
121
+
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.
123
+
124
+
### [Node](#tab/node)
125
+
126
+
Statsbeat is enabled by default. It can be disabled by setting the environment variable `APPLICATION_INSIGHTS_NO_STATSBEAT` to `true`.
127
+
128
+
### [Python](#tab/python)
129
+
130
+
Statsbeat is enabled by default. It can be disabled by setting the environment variable `APPLICATIONINSIGHTS_STATSBEAT_DISABLED_ALL` to `true`.
0 commit comments