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