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