1 instantiation of OtlpExportLogsPartialSuccessJson
Aspire.Dashboard (1)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
914
json.PartialSuccess = new
OtlpExportLogsPartialSuccessJson
2 references to OtlpExportLogsPartialSuccessJson
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpCommonJson.cs (1)
49
public
OtlpExportLogsPartialSuccessJson
? PartialSuccess { get; set; }
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
74
[JsonSerializable(typeof(
OtlpExportLogsPartialSuccessJson
))]