4 instantiations of OtlpResourceLogsJson
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
234
return new
OtlpResourceLogsJson
366
new
OtlpResourceLogsJson
454
return new
OtlpResourceLogsJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
486
new
OtlpResourceLogsJson
10 references to OtlpResourceLogsJson
Aspire.Dashboard (7)
Model\TelemetryExportService.cs (1)
441
private static
OtlpResourceLogsJson
[]? ConvertLogsToResourceLogs(List<OtlpLogEntry>? logs)
Model\TelemetryImportService.cs (1)
172
private async Task ImportLogsAsync(
OtlpResourceLogsJson
[] resourceLogs)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
46
foreach (
var
rl in json.ResourceLogs)
248
private static ResourceLogs ToProtobuf(
OtlpResourceLogsJson
json)
src\Shared\Otlp\Serialization\OtlpCommonJson.cs (1)
116
public
OtlpResourceLogsJson
[]? ResourceLogs { get; set; }
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
46
[JsonSerializable(typeof(
OtlpResourceLogsJson
))]
src\Shared\Otlp\Serialization\OtlpLogsJson.cs (1)
141
public
OtlpResourceLogsJson
[]? ResourceLogs { get; set; }
Aspire.Dashboard.Tests (3)
Model\TelemetryExportServiceTests.cs (3)
75
var
resourceLogs = result.ResourceLogs[0];
185
var
resourceLogs = result.ResourceLogs[0];
1012
var
resourceLogs = logsData.ResourceLogs[0];