4 instantiations of OtlpResourceLogsJson
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
236
return new
OtlpResourceLogsJson
368
new
OtlpResourceLogsJson
458
return new
OtlpResourceLogsJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
432
new
OtlpResourceLogsJson
14 references to OtlpResourceLogsJson
Aspire.Dashboard (11)
Model\TelemetryExportService.cs (1)
445
private static
OtlpResourceLogsJson
[]? ConvertLogsToResourceLogs(List<OtlpLogEntry>? logs)
Model\TelemetryImportService.cs (1)
162
private void ImportLogs(
OtlpResourceLogsJson
[] resourceLogs)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
46
foreach (
var
rl in json.ResourceLogs)
248
private static ResourceLogs ToProtobuf(
OtlpResourceLogsJson
json)
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\OtlpCommonJson.cs (1)
116
public
OtlpResourceLogsJson
[]? ResourceLogs { get; set; }
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
43
[JsonSerializable(typeof(
OtlpResourceLogsJson
))]
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];