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