1 reference to ShortenedIdLength
aspire (1)
src\Shared\Otlp\OtlpHelpers.cs (1)
22
public static string ToShortenedId(string id) => TruncateString(id, maxLength:
ShortenedIdLength
);