4 instantiations of OtlpResourceLogsJson
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
242
return new
OtlpResourceLogsJson
374
new
OtlpResourceLogsJson
464
return new
OtlpResourceLogsJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
433
new
OtlpResourceLogsJson
14 references to OtlpResourceLogsJson
Aspire.Dashboard (11)
Model\TelemetryExportService.cs (1)
451
private static
OtlpResourceLogsJson
[]? ConvertLogsToResourceLogs(List<OtlpLogEntry>? logs)
Model\TelemetryImportService.cs (1)
162
private void ImportLogs(
OtlpResourceLogsJson
[] resourceLogs)
Otlp\Model\Serialization\OtlpCommonJson.cs (1)
25
public
OtlpResourceLogsJson
[]? ResourceLogs { get; set; }
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
46
foreach (
var
rl in json.ResourceLogs)
248
private static ResourceLogs ToProtobuf(
OtlpResourceLogsJson
json)
Otlp\Model\Serialization\OtlpJsonSerializerContext.cs (1)
39
[JsonSerializable(typeof(
OtlpResourceLogsJson
))]
src\Shared\ConsoleLogs\SharedAIHelpers.cs (4)
59
IList<
OtlpResourceLogsJson
>? resourceLogs,
88
IList<
OtlpResourceLogsJson
>? resourceLogs,
425
public static List<OtlpLogEntryDto> GetLogRecordsFromOtlpData(IList<
OtlpResourceLogsJson
>? resourceLogs)
434
foreach (
var
resourceLog in resourceLogs)
src\Shared\Otlp\Serialization\OtlpLogsJson.cs (1)
141
public
OtlpResourceLogsJson
[]? ResourceLogs { get; set; }
Aspire.Dashboard.Tests (3)
Model\TelemetryExportServiceTests.cs (3)
67
var
resourceLogs = result.ResourceLogs[0];
175
var
resourceLogs = result.ResourceLogs[0];
849
var
resourceLogs = logsData.ResourceLogs[0];