Skip to content

Commit

Permalink
Update src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterO…
Browse files Browse the repository at this point in the history
…ptions.cs

Co-authored-by: Alan West <[email protected]>
  • Loading branch information
cijothomas and alanwest authored Nov 19, 2020
1 parent 904eb0f commit d7798c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class OtlpExporterOptions
public ExportProcessorType ExportProcessorType { get; set; } = ExportProcessorType.Batch;

/// <summary>
/// Gets or sets the BatchExportProcessor options. Ignored unless ExportProcessorType is BatchExporter.
/// Gets or sets the BatchExportProcessor options. Ignored unless ExportProcessorType is Batch.
/// </summary>
public BatchExportProcessorOptions<Activity> BatchExportProcessorOptions { get; set; } = new BatchExportProcessorOptions<Activity>();
}
Expand Down

0 comments on commit d7798c7

Please sign in to comment.