Skip to content

Commit f548e18

Browse files
committed
Fix quotes
1 parent 691a232 commit f548e18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ To configure options for these metrics, see [Configure MQTT broker diagnostic se
2020

2121
## MQTT Connect `metriccategory` user property
2222

23-
When a client connects to the broker, it can include a user property called `metriccategory` in the connect packet. The broker then tags all session-driven metrics (like publishes and subscribes) with this `metriccategory` as "category."
23+
When a client connects to the broker, it can include a user property called `metriccategory` in the connect packet. The broker then tags all session-driven metrics (like publishes and subscribes) with this `metriccategory` as `category`.
2424

25-
For example, if the self-check probe connects with `metriccategory=broker_selftest`, the broker tags all metrics from these sessions with "category=broker_selftest".
25+
For example, if the self-check probe connects with `metriccategory=broker_selftest`, the broker tags all metrics from these sessions with `category=broker_selftest`.
2626

2727
This feature helps dashboards show traffic sources without the high cardinality issues of tagging metrics with topics.
2828

29-
Sessions without a `metriccategory` are tagged as "category=uncategorized."
29+
Sessions without a `metriccategory` are tagged as `category=uncategorized`.
3030

3131
## Messaging metrics
3232

0 commit comments

Comments
 (0)