From d7798c70d3ed3822cefe4bcccc87b1cbd0ccbff6 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Wed, 18 Nov 2020 20:53:25 -0800 Subject: [PATCH] Update src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com> --- .../OtlpExporterOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs b/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs index ff553b7795a..694fdbd82a7 100644 --- a/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs +++ b/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptions.cs @@ -53,7 +53,7 @@ public class OtlpExporterOptions public ExportProcessorType ExportProcessorType { get; set; } = ExportProcessorType.Batch; /// - /// Gets or sets the BatchExportProcessor options. Ignored unless ExportProcessorType is BatchExporter. + /// Gets or sets the BatchExportProcessor options. Ignored unless ExportProcessorType is Batch. /// public BatchExportProcessorOptions BatchExportProcessorOptions { get; set; } = new BatchExportProcessorOptions(); }