You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application Metrics Logs captures the aggregated information on certain metrics related data plane operations. This includes following runtime metrics.
134
+
135
+
Name | Description
136
+
------- | -------
137
+
ConsumerLag | Indicate the lag between the consumers and producers.
138
+
NamespaceActiveConnections | Details of the active connections established from a client to Event Hub.
139
+
GetRuntimeInfo | Obtain run time information from Event Hubs.
140
+
GetPartitionRuntimeInfo | Obtain the approximate runtime information for a logical partition of an Event Hub.
141
+
82
142
83
143
## Azure Monitor Logs tables
84
144
Azure Event Hubs uses Kusto tables from Azure Monitor Logs. You can query these tables with Log Analytics. For a list of Kusto tables the service uses, see [Azure Monitor Logs table reference](/azure/azure-monitor/reference/tables/tables-resourcetype#event-hubs).
0 commit comments