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