[sdk-logs] Update the XML comments on BatchExportLogRecordProcessorOptions (#4463)

This commit is contained in:
Mikel Blanchard 2023-05-04 15:17:43 -07:00 committed by GitHub
parent 8f4d83a58e
commit 7e784e8e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -27,18 +27,6 @@ namespace OpenTelemetry.Logs;
/// OTEL_BLRP_SCHEDULE_DELAY environment variables are parsed during object
/// construction.
/// </summary>
/// <remarks>
/// Notes:
/// <list type="bullet">
/// <item>The constructor throws <see cref="FormatException"/> if it fails to
/// parse any of the supported environment variables.</item>
/// <item>The environment variable keys are currently experimental and subject
/// to change. See: <see
/// href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#batch-logrecord-processor">OpenTelemetry
/// Environment Variable Specification - Batch LogRecord Processor</see>.
/// </item>
/// </list>
/// </remarks>
internal class BatchExportLogRecordProcessorOptions : BatchExportProcessorOptions<LogRecord>
{
internal const string MaxQueueSizeEnvVarKey = "OTEL_BLRP_MAX_QUEUE_SIZE";