Field MaximumTraceStateLength
- Namespace
- MailFathom.Application.Jobs
- Assembly
- MailFathom.Application.dll
The longest a tracestate this stores may be, which is the size the specification asks a system to accept.
public const int MaximumTraceStateLength = 512
Returns
- int
- The longest a tracestate this stores may be, which is the size the specification asks a system to accept.
Remarks
A longer one is dropped rather than truncated or refused: a truncated list is a malformed one, and the vendor entries it carries are somebody else's correlation rather than this deployment's. The link survives without it, because the trace and span identifiers are in the value beside it.