IQueueAdapterReceiverMonitor
interface
Namespace: Orleans.Providers.Streams.Common
Responsible for monitoring receiver performance metrics.
public interface IQueueAdapterReceiverMonitorMethods
TrackInitialization(bool, TimeSpan, Exception)Track attempts to initialize the receiver.TrackMessagesReceived(long, DateTime?, DateTime?)Tracks messages read and time taken per successful read. Tracked per successful partition read operation.TrackRead(bool, TimeSpan, Exception)Track attempts to read from the partition. Tracked per partition read operation.TrackShutdown(bool, TimeSpan, Exception)Track attempts to shutdown the receiver.
