4 references to TruncateString
Aspire.Dashboard (4)
Otlp\Model\OtlpHelpers.cs (3)
67public static string ToShortenedId(string id) => TruncateString(id, maxLength: ShortenedIdLength); 223var value = TruncateString(attribute.Value.GetString(), context.Options.MaxAttributeLength); 300var value = TruncateString(attribute.Value.GetString(), context.Options.MaxAttributeLength);
Otlp\Model\OtlpLogEntry.cs (1)
58? OtlpHelpers.TruncateString(body.GetString(), context.Options.MaxAttributeLength)