From bc10081ce8e3618aaf49d919ad83b42ba71ee4b0 Mon Sep 17 00:00:00 2001 From: jaganth Date: Wed, 27 May 2026 11:23:52 -0700 Subject: [PATCH] Clarify description of Incoming Messages metric --- articles/service-bus-messaging/monitor-service-bus-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/service-bus-messaging/monitor-service-bus-reference.md b/articles/service-bus-messaging/monitor-service-bus-reference.md index 3b90307784274..d13538154ba00 100644 --- a/articles/service-bus-messaging/monitor-service-bus-reference.md +++ b/articles/service-bus-messaging/monitor-service-bus-reference.md @@ -52,7 +52,7 @@ The following metrics are *message metrics*. | Metric | Description | |:-------|:------------| -| Incoming Messages | The number of events or messages sent to Service Bus over a specified period. Includes successfully auto-forwarded messages delivered to the destination entity. | +| Incoming Messages | The number of events or messages sent to Service Bus over a specified period. This count includes messages auto forwarded to the entity via auto-forwarding from a source entity. | | Outgoing Messages | The number of events or messages received from Service Bus over a specified period. The outgoing autoforwarded messages aren't included in this metric. | | Messages | Count of messages in a queue/topic. This metric includes messages in all the different states like active, dead-lettered, scheduled, etc. | | Active Messages | Count of active messages in a queue/topic. Active messages are the messages in the queue or subscription that are in the active state and ready for delivery. The messages are available to be received. |