Incoming Messages
Represents the total number of messages sent to Event Hubs. A steady increase indicates successful data ingestion.
ActiveOutgoing Messages
Represents the total number of messages retrieved from Event Hubs. Essential for understanding consumer activity.
ActiveCaptured Messages
Indicates messages that were automatically captured to Azure Blob Storage or Azure Data Lake Storage.
InformationalRequests
Counts the number of HTTP requests made to the Event Hubs service. High request counts might indicate chatty clients.
MonitorSuccessful Requests
Number of requests that completed successfully. A drop here could signal issues.
ActiveThrottled Requests
Number of requests that were throttled due to exceeding capacity limits. This is a key indicator for performance tuning.
CriticalClient Errors
Number of requests that resulted in client-side errors (e.g., 4xx errors).
MonitorServer Errors
Number of requests that resulted in server-side errors (e.g., 5xx errors).
Critical