Skip to content

Commit 292d221

Browse files
Added 'operator_type' section and updated related metric descriptions.
1 parent c939ed8 commit 292d221

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: Available observability metrics for data flows to monitor the healt
44
author: vadim-kovalyov
55
ms.author: vakavali
66
ms.topic: reference
7-
ms.custom:
87
ms.date: 03/27/2026
98

109
# CustomerIntent: As an IT admin or operator, I want to be able to monitor and visualize data
@@ -49,7 +48,7 @@ Data flows provide a set of observability metrics that you can use to monitor an
4948
| aio_dataflow_graphs | Gauge | Number of individual graphs within the data flow graphs. | [`dataflow_id`](#dataflow_id) |
5049
| aio_dataflow_graph_modules | Gauge | Number of unique WASM modules loaded across all graph artifacts in a DataflowGraph. | [`dataflow_id`](#dataflow_id) |
5150
| aio_dataflow_graph_inputs | Gauge | Number of input topics (dataSources) across all Source nodes in a DataflowGraph. | [`dataflow_id`](#dataflow_id) |
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` |
51+
| aio_dataflow_graph_operators | Gauge | Number of operations by type in graph artifact(s) referenced by a DataflowGraph. | [`dataflow_id`](#dataflow_id), [`operator_type`](#operator_type) |
5352
| aio_dataflow_graph_errors | Counter | Number of errors encountered while downloading or parsing graphs. | [`error_code`](#error_code) |
5453
| aio_dataflow_graph_module_exit | Counter | Number of unexpected module errors that caused a module to exit. | |
5554
| aio_dataflow_graph_messages_received | Counter | Number of messages received by graph processing. | |
@@ -101,6 +100,19 @@ The list also includes other error codes from health status reporting.
101100

102101
Name of the DataflowGraph custom resource that the metric is associated with.
103102

103+
### operator_type
104+
105+
Type of graph operation. Possible values:
106+
107+
- `Source`
108+
- `Sink`
109+
- `Map`
110+
- `Filter`
111+
- `Branch`
112+
- `Concatenate`
113+
- `Accumulate`
114+
- `Delay`
115+
104116
### success
105117

106118
Boolean string (`"true"` or `"false"`) indicating whether the operation associated with the metric was successful.

0 commit comments

Comments
 (0)