1 reference to TruncateString
Aspire.Dashboard (1)
Otlp\Model\OtlpHelpers.cs (1)
64
public static string ToShortenedId(string id) =>
TruncateString
(id, maxLength: 7);