3 references to OtlpLogEntry
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
349
var logEntry = new
OtlpLogEntry
(record, applicationView, scope, _otlpContext);
Aspire.Dashboard.Components.Tests (1)
Controls\StructuredLogDetailsTests.cs (1)
35
LogEntry = new
OtlpLogEntry
(
Aspire.Dashboard.Tests (1)
Model\SpanWaterfallViewModelTests.cs (1)
59
var log = new
OtlpLogEntry
(TelemetryTestHelpers.CreateLogRecord(traceId: trace.TraceId, spanId: "1"), app1View, scope, context);