Skip to content

Commit 2d21ad2

Browse files
Fix typos in MQTT metrics documentation
1 parent dc2e92c commit 2d21ad2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/iot-operations/reference/observability-metrics-opcua-broker.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Emitted by all components: Supervisor, OPC UA Connector, and OPC UA Commander.
2424
|--------|------|-------------|------------|
2525
| aio.opc.heartbeat.count | Counter | The number of heartbeat signals emitted by the component instance. | [`instance`](#instance) |
2626
| aio.opc.instance.count | Gauge | The current number of active component instances. | [`service.name`](#servicename), [`instance`](#instance) |
27-
| aio.opc.mqtt.message.publishing.retry.count | Counter | The number of times publishing a MQTT message had to be retried. | [`aio.opc.mqtt.message.qos`](#aioopcmqttmessageqos) |
27+
| aio.opc.mqtt.message.publishing.retry.count | Counter | The number of times publishing an MQTT message had to be retried. | [`aio.opc.mqtt.message.qos`](#aioopcmqttmessageqos) |
2828
| aio.opc.mqtt.message.publishing.failure.count | Counter | The number of failed attempts to publish an MQTT message. | [`aio.opc.mqtt.client.id`](#aioopcmqttclientid), [`aio.opc.mqtt.publish.result`](#aioopcmqttpublishresult) |
29-
| aio.opc.mqtt.message.publishing.duration | Histogram | The duration of publishing a message to the MQTT broker and receiving an acknowledgement. | [`aio.opc.mqtt.message.qos`](#aioopcmqttmessageqos), [`aio.opc.mqtt.publish.result`](#aioopcmqttpublishresult) |
29+
| aio.opc.mqtt.message.publishing.duration | Histogram | The duration of publishing a message to the MQTT broker and receiving an acknowledgment. | [`aio.opc.mqtt.message.qos`](#aioopcmqttmessageqos), [`aio.opc.mqtt.publish.result`](#aioopcmqttpublishresult) |
3030
| aio.opc.mqtt.client.connect.count | Counter | The number of times the MQTT client tried to connect. | [`aio.opc.mqtt.client.purpose`](#aioopcmqttclientpurpose) |
3131
| aio.opc.mqtt.client.connect.failure.count | Counter | The number of times the MQTT client failed to connect. | [`aio.opc.mqtt.client.purpose`](#aioopcmqttclientpurpose) |
3232
| aio.opc.mqtt.client.subscription.failure.count | Counter | The number of times the MQTT client failed to subscribe to a topic. | [`aio.opc.mqtt.client.id`](#aioopcmqttclientid), [`aio.opc.mqtt.topic`](#aioopcmqtttopic), [`aio.opc.mqtt.subscribe.result`](#aioopcmqttsubscriberesult) |
@@ -69,8 +69,8 @@ Dimensions marked with **(1)** are only emitted when `ExperimentalConfiguration.
6969
| aio.opc.method.request.count | Counter | The number of method invocations received. | [`aio.opc.method`](#aioopmethod) |
7070
| aio.opc.method.response.count | Counter | The number of method invocations that have been answered. | [`aio.opc.method`](#aioopmethod) |
7171
| aio.opc.mqtt.message.processing.duration | Histogram | The duration for the processing of messages received from the MQTT broker (method invocations, writes). | |
72-
| aio.opc.mqtt.queue.ack.size | ObservableGauge | The number of incoming MQTT messages with QoS higher than 0 which delivery acknowledgement is yet to be sent to MQTT broker. | |
73-
| aio.opc.mqtt.queue.notack.size | ObservableGauge | The number of incoming MQTT messages with QoS higher than 0 in the acknowledgement queue which acknowledgement period timed out due to delay in acknowledgement of previous messages. | |
72+
| aio.opc.mqtt.queue.ack.size | ObservableGauge | The number of incoming MQTT messages with QoS higher than 0 which delivery acknowledgment is yet to be sent to MQTT broker. | |
73+
| aio.opc.mqtt.queue.notack.size | ObservableGauge | The number of incoming MQTT messages with QoS higher than 0 in the acknowledgment queue which acknowledgment period timed out due to delay in acknowledgment of previous messages. | |
7474
| aio.opc.output_queue.count | ObservableGauge | Number of asset telemetry items (data changes or events) that are queued for publish to the MQTT broker. | |
7575

7676
## OPC UA Commander
@@ -224,7 +224,7 @@ The number of messages the OPC UA DataChangeNotification was split into. Values
224224

225225
### aio.opc.mqtt.messages.error.any
226226

227-
Whether any messages of the OPC UA DataChangeNotification could not be published to MQTT. Values are `true` or `false`.
227+
Whether any messages of the OPC UA DataChangeNotification couldn't be published to MQTT. Values are `true` or `false`.
228228

229229
### aio.opc.processing.error
230230

0 commit comments

Comments
 (0)