3 references to MaxKnownAttributeValueCount
Aspire.Dashboard (2)
Otlp\Storage\TelemetryRepositoryLimits.cs (2)
29
if (_values.Count + newKeyCount > TelemetryRepositoryLimits.
MaxKnownAttributeValueCount
)
31
throw new InvalidOperationException($"Known attribute key limit of {TelemetryRepositoryLimits.
MaxKnownAttributeValueCount
} reached.");
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TelemetryLimitTests.cs (1)
188
var attributeCount = TelemetryRepositoryLimits.
MaxKnownAttributeValueCount
+ 1;