Skip to content

Commit 8714bb8

Browse files
Merge pull request #302729 from jaganth/docs-editor/monitor-event-hubs-reference-1752541585
Update monitor-event-hubs-reference.md
2 parents c10e563 + f6b74c0 commit 8714bb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-hubs/monitor-event-hubs-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ Application metrics logs capture the aggregated information on certain metrics r
222222
223223
| Name | Description |
224224
|:-------|:------- |
225-
| `ConsumerLag` | Indicate the lag between consumers and producers. |
225+
| `ConsumerLag` |Indicate the lag between consumers and producers. The following governs the emission of consumer lag for Kafka consumers. A namespace is idle from Kafka offset commit point of view if there are no offset commits for any Kafka consumer group under the namespace. If namespace is idle for an hour, then we will stop emitting lag metrics. As long as namespace is not idle for offset commit, we will keep emitting metrics for all Kafka consumer groups under that namespace. If a namespace is non idle and the last offset commit for a consumer group predates the hub or topic's retention period, consumer lag will no longer be emitted. For AMQP consumers, consumer lag is emitted only as long as there are active receivers on the consumer group. |
226226
| `NamespaceActiveConnections` | Details of active connections established from a client to the event hub. |
227227
| `GetRuntimeInfo` | Obtain run time information from Event Hubs. |
228228
| `GetPartitionRuntimeInfo` | Obtain the approximate runtime information for a logical partition of an event hub. |
229-
| `IncomingMessages` | Details of number of messages published to Event Hubs. |
229+
| `IncomingMessages` | Details of number of messages published to Event Hubs using AMQP protocol. |
230230
| `IncomingBytes` | Details of Publisher throughput sent to Event Hubs |
231-
| `OutgoingMessages` | Details of number of messages consumed from Event Hubs. |
231+
| `OutgoingMessages` | Details of number of messages consumed from Event Hubs using AMQP protocol.|
232232
| `OutgoingBytes` | Details of Consumer throughput from Event Hubs. |
233233
| `OffsetCommit` | Number of offset commit calls made to the event hub |
234234
| `OffsetFetch` | Number of offset fetch calls made to the event hub. |

0 commit comments

Comments
 (0)