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