Skip to content

Commit c6d5ac6

Browse files
committed
Changing structure again
1 parent c920877 commit c6d5ac6

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

articles/azure-monitor/app/statsbeat.md

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ Statsbeat data is stored in a Microsoft data store. It doesn't affect customers'
2626
|-------------------------|-----------|-------------------------|-----------|-----------|
2727
| Currently not supported | Supported | Currently not supported | Supported | Supported |
2828

29-
## What data does Statsbeat collect?
30-
31-
Statsbeat collects [essential](#essential-statsbeat) and [nonessential](#nonessential-statsbeat) metrics:
32-
33-
| Language | Essential metrics | Non-essential metrics |
34-
|----------|-------------------|-----------------------|
35-
| Java |||
36-
| Node.js |||
37-
| Python |||
38-
3929
## Supported EU regions
4030

4131
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
6454
| Europe | `westeurope-5.in.applicationinsights.azure.com` |
6555
| Outside of Europe | `westus-0.in.applicationinsights.azure.com` |
6656

67-
### Disable Statsbeat
57+
## Supported metrics
6858

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:
9560

96-
---
61+
| Language | Essential metrics | Non-essential metrics |
62+
|----------|-------------------|-----------------------|
63+
| Java |||
64+
| Node.js |||
65+
| Python |||
9766

98-
## Essential Statsbeat
67+
### Essential Statsbeat
9968

100-
### Network Statsbeat
69+
#### Network Statsbeat
10170

10271
| Metric name | Unit | Supported dimensions |
10372
|------------------------|-------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -110,23 +79,54 @@ Statsbeat is enabled by default. It can be disabled by setting the environment v
11079

11180
[!INCLUDE [azure-monitor-log-analytics-rebrand](~/reusable-content/ce-skilling/azure/includes/azure-monitor-instrumentation-key-deprecation.md)]
11281

113-
### Attach Statsbeat
82+
#### Attach Statsbeat
11483

11584
| Metric name | Unit | Supported dimensions |
11685
|-------------|-------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
11786
| Attach | Count | `Resource Provider`, `Resource Provider Identifier`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version` |
11887

119-
### Feature Statsbeat
88+
#### Feature Statsbeat
12089

12190
| Metric name | Unit | Supported dimensions |
12291
|-------------|-------|--------------------------------------------------------------------------------------------------------------------------------------------|
12392
| Feature | Count | `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Feature`, `Type`, `Operating System`, `Language`, `Version` |
12493

125-
## Nonessential Statsbeat
94+
### Nonessential Statsbeat
12695

12796
Track the Disk I/O failure when you use disk persistence for reliable telemetry.
12897

12998
| Metric name | Unit | Supported dimensions |
13099
|---------------------|-------|-------------------------------------------------------------------------------------------------------------------------|
131100
| Read Failure Count | Count | `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version` |
132101
| Write Failure Count | Count | `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version` |
102+
103+
## Disable Statsbeat
104+
105+
### [Java](#tab/java)
106+
107+
> [!NOTE]
108+
> 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`.
131+
132+
---

0 commit comments

Comments
 (0)