Constructor MailboxContentVolumeTelemetry
- Namespace
- MailFathom.Infrastructure.Observability
- Assembly
- MailFathom.Infrastructure.dll
MailboxContentVolumeTelemetry(ILogger<MailboxContentVolumeTelemetry>)
Initializes the instruments a run's content volume is published through.
public MailboxContentVolumeTelemetry(ILogger<MailboxContentVolumeTelemetry> logger)
Parameters
loggerILogger<MailboxContentVolumeTelemetry>Records the limits a run reached, in MailFathom's own names and byte counts only.
Exceptions
- ArgumentNullException
Thrown when
loggeris null.