4 instantiations of ExportLogsPartialSuccess
Stress.TelemetryService (4)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\collector\logs\v1\LogsService.cs (4)
411PartialSuccess = new global::OpenTelemetry.Proto.Collector.Logs.V1.ExportLogsPartialSuccess(); 462PartialSuccess = new global::OpenTelemetry.Proto.Collector.Logs.V1.ExportLogsPartialSuccess(); 480private static readonly pb::MessageParser<ExportLogsPartialSuccess> _parser = new pb::MessageParser<ExportLogsPartialSuccess>(() => new ExportLogsPartialSuccess()); 517return new ExportLogsPartialSuccess(this);
13 references to ExportLogsPartialSuccess
Stress.TelemetryService (13)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\collector\logs\v1\LogsService.cs (13)
49new pbr::GeneratedClrTypeInfo(typeof(global::OpenTelemetry.Proto.Collector.Logs.V1.ExportLogsPartialSuccess), global::OpenTelemetry.Proto.Collector.Logs.V1.ExportLogsPartialSuccess.Parser, new[]{ "RejectedLogRecords", "ErrorMessage" }, null, null, null, null) 297private global::OpenTelemetry.Proto.Collector.Logs.V1.ExportLogsPartialSuccess partialSuccess_; 317public global::OpenTelemetry.Proto.Collector.Logs.V1.ExportLogsPartialSuccess PartialSuccess { 475public sealed partial class ExportLogsPartialSuccess : pb::IMessage<ExportLogsPartialSuccess> 480private static readonly pb::MessageParser<ExportLogsPartialSuccess> _parser = new pb::MessageParser<ExportLogsPartialSuccess>(() => new ExportLogsPartialSuccess()); 484public static pb::MessageParser<ExportLogsPartialSuccess> Parser { get { return _parser; } } 508public ExportLogsPartialSuccess(ExportLogsPartialSuccess other) : this() { 516public ExportLogsPartialSuccess Clone() { 562return Equals(other as ExportLogsPartialSuccess); 567public bool Equals(ExportLogsPartialSuccess other) { 653public void MergeFrom(ExportLogsPartialSuccess other) {