2 references to ShortenedIdLength
Aspire.Dashboard (2)
Otlp\Model\OtlpHelpers.cs (1)
452if (incomingId.Length >= ShortenedIdLength)
src\Shared\Otlp\OtlpHelpers.cs (1)
33public static string ToShortenedId(string id) => TruncateString(id, maxLength: ShortenedIdLength);