Table of Contents

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

logger ILogger<MailboxContentVolumeTelemetry>

Records the limits a run reached, in MailFathom's own names and byte counts only.

Exceptions

ArgumentNullException

Thrown when logger is null.