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
Copy file name to clipboardExpand all lines: articles/iot-operations/reference/observability-metrics-data-flows.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Metrics for dataflows
2
+
title: Metrics for data flows
3
3
description: Available observability metrics for data flows to monitor the health and performance of your solution.
4
4
author: vadim.kovalyov
5
5
ms.author: vakavali
@@ -11,11 +11,11 @@ ms.date: 03/27/2026
11
11
# on the health of my industrial assets and edge environment.
12
12
---
13
13
14
-
# Metrics for dataflows
14
+
# Metrics for data flows
15
15
16
-
Dataflows provide a set of observability metrics that you can use to monitor and analyze the health of your solution. This article lists the available metrics for dataflows. The following sections group related sets of metrics, and list the name, type, description, and dimensions for each metric.
16
+
Data flows provide a set of observability metrics that you can use to monitor and analyze the health of your solution. This article lists the available metrics for data flows. The following sections group related sets of metrics, and list the name, type, description, and dimensions for each metric.
17
17
18
-
## Common dataflow metrics
18
+
## Common data flow metrics
19
19
20
20
| Metric | Type | Description | Dimensions |
21
21
|--------|------|-------------|------------|
@@ -37,16 +37,16 @@ Dataflows provide a set of observability metrics that you can use to monitor and
37
37
38
38
| Metric | Type | Description | Dimensions |
39
39
|--------|------|-------------|------------|
40
-
| aio_dataflow_active_dataflows | Gauge | Number of active dataflows. ||
41
-
| aio_dataflow_active_dataflow_graphs | Gauge | Number of active dataflow graphs. ||
42
-
| aio_dataflow_version | Counter | Reports dataflow version via the `version` dimension. |`version`|
40
+
| aio_dataflow_active_dataflows | Gauge | Number of active data flows. ||
41
+
| aio_dataflow_active_dataflow_graphs | Gauge | Number of active data flow graphs. ||
42
+
| aio_dataflow_version | Counter | Reports data flow version via the `version` dimension. |`version`|
43
43
| aio_dataflow_reconcile_errors | Gauge | Indicates whether the operator encountered reconciliation errors. A value of 1 means an error occurred; 0 means no errors. ||
44
44
45
-
## Dataflow graph metrics
45
+
## Data flow graph metrics
46
46
47
47
| Metric | Type | Description | Dimensions |
48
48
|--------|------|-------------|------------|
49
-
| aio_dataflow_graphs | Gauge | Number of individual graphs within the dataflow graphs. |[`dataflow_id`](#dataflow_id)|
49
+
| aio_dataflow_graphs | Gauge | Number of individual graphs within the data flow graphs. |[`dataflow_id`](#dataflow_id)|
50
50
| aio_dataflow_graph_modules | Gauge | Number of unique WASM modules loaded across all graph artifacts in a DataflowGraph. |[`dataflow_id`](#dataflow_id)|
51
51
| aio_dataflow_graph_inputs | Gauge | Number of input topics (dataSources) across all Source nodes in a DataflowGraph. |[`dataflow_id`](#dataflow_id)|
52
52
| aio_dataflow_graph_operators | Gauge | Number of operations by type in graph artifact(s) referenced by a DataflowGraph. |[`dataflow_id`](#dataflow_id), `operator_type`: `Source`, `Sink`, `Map`, `Filter`, `Branch`, `Concatenate`, `Accumulate`, or `Delay`|
@@ -95,7 +95,7 @@ Type of error associated with the metric. Possible values:
95
95
-`PayloadError`
96
96
-`InternalError`
97
97
98
-
The list also includes additional error codes from health status reporting.
98
+
The list also includes other error codes from health status reporting.
0 commit comments