Table of Contents

Field OutcomeTagName

Namespace
MailFathom.Infrastructure.Observability
Assembly
MailFathom.Infrastructure.dll

The dimension every pass is broken down by, which the worker's span carries under the same name.

public const string OutcomeTagName = "mailfathom.mail.extraction.backfill.outcome"

Returns

string
The dimension every pass is broken down by, which the worker's span carries under the same name.

Remarks

This constant and the four below it are public because the worker that drives the pass lives in the composition root and tags its span with the same words. One declaration is what stops a span saying deferred while the series beside it says something else about the same pass.