1 write to ResourceLogs
aspire (1)
OtlpCliJsonSerializerContext.OtlpExportLogsServiceRequestJson.g.cs (1)
59
Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpExportLogsServiceRequestJson)obj).
ResourceLogs
= value!,
3 references to ResourceLogs
aspire (3)
Commands\TelemetryLogsCommand.cs (1)
231
DisplayResourceLogs(request?.
ResourceLogs
?? []);
OtlpCliJsonSerializerContext.OtlpExportLogsServiceRequestJson.g.cs (2)
58
Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpExportLogsServiceRequestJson)obj).
ResourceLogs
,
86
global::Aspire.Otlp.Serialization.OtlpResourceLogsJson[] __value_ResourceLogs = ((global::Aspire.Otlp.Serialization.OtlpExportLogsServiceRequestJson)value).
ResourceLogs
;