Field PassSpanName
- Namespace
- MailFathom.Infrastructure.Observability
- Assembly
- MailFathom.Infrastructure.dll
The name one bounded upkeep pass opens its span under.
public const string PassSpanName = "backfill_email_embeddings"
Returns
- string
- The name one bounded upkeep pass opens its span under.
Remarks
The counterpart of backfill_email_extraction, and it exists for the same reason: a pass is caused by an
interval rather than by a request, so without a span of its own its provider calls and its database commands are
parentless work competing with the requests around them. Named after what the pass does rather than after the
worker that drives it.
Published for the same reason MessageSpanName is: the boundary the span is opened around is the worker's, so what asserts that the pass really runs inside it lives with the worker.