Skip to content

Commit 2948eb0

Browse files
Merge pull request #219602 from Saglodha/patch-3
Update monitor-event-hubs-reference.md
2 parents 66b8af3 + 613e6ae commit 2948eb0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,18 @@ Here's an example of a runtime audit log entry:
132132
Application metrics logs capture the aggregated information on certain metrics related to data plane operations. The captured information includes the following runtime metrics.
133133

134134
> [!NOTE]
135-
> Application metrics logs are available only in **premium** and **dedicated** tiers.
135+
> Application metrics logs are available only in **premium** and **dedicated** tiers. Application Metric logs for following metrics- **IncomingBytes**. **IncomingMessages** ,**OutgoingBytes** ,**OutgoingMessages** are only generated if you have already created [Application Groups](resource-governance-overview.md#application-groups),in your environment. Application Groups should have the same security context - AAD ID or SAS key, which is being used to send/receive data to Azure Event Hubs.
136136
137137
Name | Description
138138
------- | -------
139139
`ConsumerLag` | Indicate the lag between consumers and producers.
140140
`NamespaceActiveConnections` | Details of active connections established from a client to the event hub.
141141
`GetRuntimeInfo` | Obtain run time information from Event Hubs.
142142
`GetPartitionRuntimeInfo` | Obtain the approximate runtime information for a logical partition of an event hub.
143+
`IncomingMessages` | Details of number of messages published to Event Hubs.
144+
`IncomingBytes` | Details of Publisher throughput sent to Event Hubs
145+
`OutgoinMessages` | Details of number of messages consumed from Event Hubs.
146+
`OutgoingBytes` | Details of Consumer throughput from Event Hubs.
143147

144148

145149
## Azure Monitor Logs tables

0 commit comments

Comments
 (0)