We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b83e7b commit 796f49bCopy full SHA for 796f49b
src/OpenTelemetry/BatchExportProcessorOptions.cs
@@ -26,7 +26,7 @@ public class BatchExportProcessorOptions<T>
26
public int ExporterTimeoutMilliseconds { get; set; } = BatchExportProcessor<T>.DefaultExporterTimeoutMilliseconds;
27
28
/// <summary>
29
- /// Gets or sets the maximum batch size of every export. It must be smaller or equal to MaxQueueLength. The default value is 512.
+ /// Gets or sets the maximum batch size of every export. It must be smaller or equal to <see cref="MaxQueueSize"/>. The default value is 512.
30
/// </summary>
31
public int MaxExportBatchSize { get; set; } = BatchExportProcessor<T>.DefaultMaxExportBatchSize;
32
}
0 commit comments