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
| Europe |`westeurope-5.in.applicationinsights.azure.com`|
65
+
| Outside of Europe |`westus-0.in.applicationinsights.azure.com`|
66
+
67
+
### Disable Statsbeat
68
+
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`.
95
+
96
+
---
97
+
52
98
## Essential Statsbeat
53
99
54
100
### Network Statsbeat
@@ -84,40 +130,3 @@ Track the Disk I/O failure when you use disk persistence for reliable telemetry.
To disable nonessential Statsbeat, add the following configuration to your config file:
93
-
94
-
```json
95
-
{
96
-
"preview": {
97
-
"statsbeat": {
98
-
"disabled": "true"
99
-
}
100
-
}
101
-
}
102
-
```
103
-
104
-
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.
105
-
106
-
#### [Node](#tab/node)
107
-
108
-
Statsbeat is enabled by default. It can be disabled by setting the environment variable `APPLICATION_INSIGHTS_NO_STATSBEAT` to `true`.
109
-
110
-
#### [Python](#tab/python)
111
-
112
-
Statsbeat is enabled by default. It can be disabled by setting the environment variable `APPLICATIONINSIGHTS_STATSBEAT_DISABLED_ALL` to `true`.
113
-
114
-
---
115
-
116
-
### Configure firewall
117
-
118
-
Metrics are sent to the following locations, to which outgoing connections must be opened in firewalls:
0 commit comments