2 writes to Summary
Aspire.Dashboard.Tests (2)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (2)
1956
Summary
= new OtlpInstrumentSummary
2736
Summary
= instrument.Summary,
7 references to Summary
Aspire.Dashboard.Tests (7)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (7)
1970
_otlpContext.Logger.LogTrace("Added metric instrument '{InstrumentName}' for scope '{ScopeName}'.", instrument.
Summary
.Name, scope.Name);
2489
summaries.AddRange(resource.Instruments.Values.Select(instrument => instrument.
Summary
));
2510
return instrument.
Summary
;
2562
Summary = instruments[0].
Summary
,
2674
KeyValuePair<string, string>[] mergedAttributes = [.. pointAttributes, ..
Summary
.Parent.Attributes];
2684
throw new InvalidOperationException($"Dimension limit of {TelemetryRepositoryLimits.MaxDimensionCount} reached for instrument '{
Summary
.Name}'.");
2736
Summary = instrument.
Summary
,