Skip to content

Commit b2b69a6

Browse files
committed
Updating Node.js tab
1 parent e10647e commit b2b69a6

File tree

1 file changed

+58
-98
lines changed

1 file changed

+58
-98
lines changed
Lines changed: 58 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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
44
ms.topic: reference
55
ms.date: 08/24/2022
66
ms.custom: references_regions
@@ -10,120 +10,80 @@ ms.reviwer: heya
1010
# Statsbeat in Application Insights
1111

1212
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)
13+
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)
1617

1718
Statsbeat data is stored in a Microsoft data store. It doesn't affect customers' overall monitoring volume and cost.
1819

19-
Statsbeat doesn't support [Azure Private Link](../../automation/how-to/private-link-security.md).
20+
> [!NOTE]
21+
> Statsbeat doesn't support [Azure Private Link](../../automation/how-to/private-link-security.md).
2022
2123
## What data does Statsbeat collect?
2224

2325
Statsbeat collects essential and nonessential metrics.
2426

2527
## Supported languages
2628

27-
| C# | Java | JavaScript | Node.js | Python |
28-
|---------------------------|-----------------|---------------------------|-----------------|-----------------|
29-
| Currently not supported | Supported | Currently not supported | Supported | Supported |
29+
| C# | Java | JavaScript | Node.js | Python |
30+
|-------------------------|-----------|-------------------------|-----------|-----------|
31+
| Currently not supported | Supported | Currently not supported | Supported | Supported |
3032

3133
## Supported EU regions
3234

33-
#### [Java](#tab/eu-java)
34-
35-
Statsbeat supports EU Data Boundary for Application Insights resources in the following regions:
36-
37-
| Geo name | Region name |
38-
|---------------------------|------------------------|
39-
| Europe | North Europe |
40-
| Europe | West Europe |
41-
| France | France Central |
42-
| France | France South |
43-
| Germany | Germany West Central |
44-
| Norway | Norway East |
45-
| Norway | Norway West |
46-
| Sweden | Sweden Central |
47-
| Switzerland | Switzerland North |
48-
| Switzerland | Switzerland West |
49-
| United Kingdom | United Kingdom South |
50-
| United Kingdom | United Kingdom West |
51-
52-
#### [Node](#tab/eu-node)
53-
5435
Statsbeat supports EU Data Boundary for Application Insights resources in the following regions:
5536

56-
| Geo name | Region name |
57-
|---------------------------|------------------------|
58-
| Europe | North Europe |
59-
| Europe | West Europe |
60-
| France | France Central |
61-
| France | France South |
62-
| Germany | Germany West Central |
63-
| Norway | Norway East |
64-
| Norway | Norway West |
65-
| Sweden | Sweden Central |
66-
| Switzerland | Switzerland North |
67-
| Switzerland | Switzerland West |
68-
| United Kingdom | United Kingdom South |
69-
| United Kingdom | United Kingdom West |
70-
71-
#### [Python](#tab/eu-python)
72-
73-
Statsbeat supports EU Data Boundary for Application Insights resources in the following regions:
74-
75-
| Geo name | Region name |
76-
|---------------------------|------------------------|
77-
| Europe | North Europe |
78-
| Europe | West Europe |
79-
| France | France Central |
80-
| France | France South |
81-
| Germany | Germany West Central |
82-
| Norway | Norway East |
83-
| Norway | Norway West |
84-
| Sweden | Sweden Central |
85-
| Switzerland | Switzerland North |
86-
| Switzerland | Switzerland West |
87-
| United Kingdom | United Kingdom South |
88-
| United Kingdom | United Kingdom West |
89-
90-
---
91-
92-
### Essential Statsbeat
93-
94-
#### Network Statsbeat
95-
96-
|Metric name|Unit|Supported dimensions|
97-
|-----|-----|-----|
98-
|Request Success Count|Count| `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`, `Endpoint`, `Host`|
99-
|Requests Failure Count|Count| `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`, `Endpoint`, `Host`, `Status Code`|
100-
|Request Duration|Count| `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`, `Endpoint`, `Host`|
101-
|Retry Count|Count| `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`, `Endpoint`, `Host`, `Status Code`|
102-
|Throttle Count|Count| `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`, `Endpoint`, `Host`, `Status Code`|
103-
|Exception Count|Count| `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`, `Endpoint`, `Host`, `Exception Type`|
37+
| Geo name | Region name |
38+
|----------------|----------------------|
39+
| Europe | North Europe |
40+
| Europe | West Europe |
41+
| France | France Central |
42+
| France | France South |
43+
| Germany | Germany West Central |
44+
| Norway | Norway East |
45+
| Norway | Norway West |
46+
| Sweden | Sweden Central |
47+
| Switzerland | Switzerland North |
48+
| Switzerland | Switzerland West |
49+
| United Kingdom | United Kingdom South |
50+
| United Kingdom | United Kingdom West |
51+
52+
## Essential Statsbeat
53+
54+
### Network Statsbeat
55+
56+
| Metric name | Unit | Supported dimensions |
57+
|------------------------|-------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
58+
| Request Success Count | Count | `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`, `Endpoint`, `Host` |
59+
| Requests Failure Count | Count | `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`, `Endpoint`, `Host`, `Status Code` |
60+
| Request Duration | Count | `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`, `Endpoint`, `Host` |
61+
| Retry Count | Count | `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`, `Endpoint`, `Host`, `Status Code` |
62+
| Throttle Count | Count | `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`, `Endpoint`, `Host`, `Status Code` |
63+
| Exception Count | Count | `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`, `Endpoint`, `Host`, `Exception Type` |
10464

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

107-
#### Attach Statsbeat
67+
### Attach Statsbeat
10868

109-
|Metric name|Unit|Supported dimensions|
110-
|-----|-----|-----|
111-
|Attach|Count| `Resource Provider`, `Resource Provider Identifier`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`|
69+
| Metric name | Unit | Supported dimensions |
70+
|-------------|-------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
71+
| Attach | Count | `Resource Provider`, `Resource Provider Identifier`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version` |
11272

113-
#### Feature Statsbeat
73+
### Feature Statsbeat
11474

115-
|Metric name|Unit|Supported dimensions|
116-
|-----|-----|-----|
117-
|Feature|Count| `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Feature`, `Type`, `Operating System`, `Language`, `Version`|
75+
| Metric name | Unit | Supported dimensions |
76+
|-------------|-------|--------------------------------------------------------------------------------------------------------------------------------------------|
77+
| Feature | Count | `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Feature`, `Type`, `Operating System`, `Language`, `Version` |
11878

119-
### Nonessential Statsbeat
79+
## Nonessential Statsbeat
12080

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

123-
|Metric name|Unit|Supported dimensions|
124-
|-----|-----|-----|
125-
|Read Failure Count|Count| `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`|
126-
|Write Failure Count|Count| `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version`|
83+
| Metric name | Unit | Supported dimensions |
84+
|---------------------|-------|-------------------------------------------------------------------------------------------------------------------------|
85+
| Read Failure Count | Count | `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version` |
86+
| Write Failure Count | Count | `Resource Provider`, `Attach Type`, `Instrumentation Key`, `Runtime Version`, `Operating System`, `Language`, `Version` |
12787

12888
### Configure Statsbeat
12989

@@ -145,17 +105,17 @@ You can also disable this feature by setting the environment variable `APPLICATI
145105

146106
#### [Node](#tab/node)
147107

148-
Not supported yet.
108+
Statsbeat is enabled by default. It can be disabled by setting the environment variable `APPLICATION_INSIGHTS_NO_STATSBEAT` to `true`.
149109

150110
#### [Python](#tab/python)
151111

152-
Statsbeat is enabled by default. It can be disabled by setting the environment variable <code class="notranslate">APPLICATIONINSIGHTS_STATSBEAT_DISABLED_ALL</code> to <code class="notranslate">true</code>.
112+
Statsbeat is enabled by default. It can be disabled by setting the environment variable `APPLICATIONINSIGHTS_STATSBEAT_DISABLED_ALL` to `true`.
153113

154-
Metrics are sent to the following locations, to which outgoing connections must be opened in firewalls.
114+
---
155115

156-
|Location |URL |
157-
|---------|---------|
158-
|Europe |<code class="notranslate">westeurope-5.in.applicationinsights.azure.com</code> |
159-
|Outside Europe |<code class="notranslate">westus-0.in.applicationinsights.azure.com</code> |
116+
Metrics are sent to the following locations, to which outgoing connections must be opened in firewalls.
160117

161-
---
118+
| Location | URL |
119+
|-------------------|-------------------------------------------------|
120+
| Europe | `westeurope-5.in.applicationinsights.azure.com` |
121+
| Outside of Europe | `westus-0.in.applicationinsights.azure.com` |

0 commit comments

Comments
 (0)