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