4 instantiations of ExportLogsPartialSuccess
Stress.TelemetryService (4)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\collector\logs\v1\LogsService.cs (4)
411
PartialSuccess = new global::OpenTelemetry.Proto.Collector.Logs.V1.
ExportLogsPartialSuccess
();
462
PartialSuccess = new global::OpenTelemetry.Proto.Collector.Logs.V1.
ExportLogsPartialSuccess
();
480
private static readonly pb::MessageParser<ExportLogsPartialSuccess> _parser = new pb::MessageParser<ExportLogsPartialSuccess>(() => new
ExportLogsPartialSuccess
());
517
return 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)
49
new 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)
297
private global::OpenTelemetry.Proto.Collector.Logs.V1.
ExportLogsPartialSuccess
partialSuccess_;
317
public global::OpenTelemetry.Proto.Collector.Logs.V1.
ExportLogsPartialSuccess
PartialSuccess {
475
public sealed partial class ExportLogsPartialSuccess : pb::IMessage<
ExportLogsPartialSuccess
>
480
private static readonly pb::MessageParser<
ExportLogsPartialSuccess
> _parser = new pb::MessageParser<
ExportLogsPartialSuccess
>(() => new ExportLogsPartialSuccess());
484
public static pb::MessageParser<
ExportLogsPartialSuccess
> Parser { get { return _parser; } }
508
public ExportLogsPartialSuccess(
ExportLogsPartialSuccess
other) : this() {
516
public
ExportLogsPartialSuccess
Clone() {
562
return Equals(other as
ExportLogsPartialSuccess
);
567
public bool Equals(
ExportLogsPartialSuccess
other) {
653
public void MergeFrom(
ExportLogsPartialSuccess
other) {