2 writes to MaxAttributeLength
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
253options.MaxAttributeLength = maxAttributeLength.Value;
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
253options.MaxAttributeLength = maxAttributeLength.Value;
3 references to MaxAttributeLength
Aspire.Dashboard (3)
Otlp\Model\OtlpHelpers.cs (2)
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)