Skip to content

Commit 0113e6b

Browse files
Fix title and formatting for data flows metrics
1 parent 7cecb84 commit 0113e6b

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

articles/iot-operations/reference/observability-metrics-data-flows.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Metrics for dataflows
2+
title: Metrics for data flows
33
description: Available observability metrics for data flows to monitor the health and performance of your solution.
44
author: vadim.kovalyov
55
ms.author: vakavali
@@ -11,11 +11,11 @@ ms.date: 03/27/2026
1111
# on the health of my industrial assets and edge environment.
1212
---
1313

14-
# Metrics for dataflows
14+
# Metrics for data flows
1515

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.
1717

18-
## Common dataflow metrics
18+
## Common data flow metrics
1919

2020
| Metric | Type | Description | Dimensions |
2121
|--------|------|-------------|------------|
@@ -37,16 +37,16 @@ Dataflows provide a set of observability metrics that you can use to monitor and
3737

3838
| Metric | Type | Description | Dimensions |
3939
|--------|------|-------------|------------|
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` |
4343
| aio_dataflow_reconcile_errors | Gauge | Indicates whether the operator encountered reconciliation errors. A value of 1 means an error occurred; 0 means no errors. | |
4444

45-
## Dataflow graph metrics
45+
## Data flow graph metrics
4646

4747
| Metric | Type | Description | Dimensions |
4848
|--------|------|-------------|------------|
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) |
5050
| aio_dataflow_graph_modules | Gauge | Number of unique WASM modules loaded across all graph artifacts in a DataflowGraph. | [`dataflow_id`](#dataflow_id) |
5151
| aio_dataflow_graph_inputs | Gauge | Number of input topics (dataSources) across all Source nodes in a DataflowGraph. | [`dataflow_id`](#dataflow_id) |
5252
| 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:
9595
- `PayloadError`
9696
- `InternalError`
9797

98-
The list also includes additional error codes from health status reporting.
98+
The list also includes other error codes from health status reporting.
9999

100100
### dataflow_id
101101

0 commit comments

Comments
 (0)