2 writes to MaxAttributeLength
Aspire.Dashboard.Tests (2)
Shared\SqliteRepositoryTestHelpers.cs (1)
32
telemetryLimits.
MaxAttributeLength
= maxAttributeLength ?? telemetryLimits.MaxAttributeLength;
TelemetryRepositoryTests\TelemetryRepositoryTestBase.cs (1)
31
telemetryLimits.
MaxAttributeLength
= maxAttributeLength ?? telemetryLimits.MaxAttributeLength;
5 references to MaxAttributeLength
Aspire.Dashboard (3)
Otlp\Model\OtlpHelpers.cs (2)
262
var value = TruncateString(attribute.Value.GetString(), context.Options.
MaxAttributeLength
);
339
var value = TruncateString(attribute.Value.GetString(), context.Options.
MaxAttributeLength
);
Otlp\Model\OtlpLogEntryData.cs (1)
47
? OtlpHelpers.TruncateString(body.GetString(), context.Options.
MaxAttributeLength
)
Aspire.Dashboard.Tests (2)
Shared\SqliteRepositoryTestHelpers.cs (1)
32
telemetryLimits.MaxAttributeLength = maxAttributeLength ?? telemetryLimits.
MaxAttributeLength
;
TelemetryRepositoryTests\TelemetryRepositoryTestBase.cs (1)
31
telemetryLimits.MaxAttributeLength = maxAttributeLength ?? telemetryLimits.
MaxAttributeLength
;