From d1771dd37ab8908e09fe1d457be02f994267cf0e Mon Sep 17 00:00:00 2001 From: Mikel Blanchard Date: Wed, 26 Apr 2023 15:34:33 -0700 Subject: [PATCH 1/2] Declare logging envvars stable. --- specification/configuration/sdk-environment-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/configuration/sdk-environment-variables.md b/specification/configuration/sdk-environment-variables.md index 961fad6f705..750e0e9b8b4 100644 --- a/specification/configuration/sdk-environment-variables.md +++ b/specification/configuration/sdk-environment-variables.md @@ -121,7 +121,7 @@ Depending on the value of `OTEL_TRACES_SAMPLER`, `OTEL_TRACES_SAMPLER_ARG` may b ## Batch LogRecord Processor -**Status**: [Experimental](../document-status.md) +**Status**: [Stable](../document-status.md) | Name | Description | Default | Notes | | ------------------------------- | ---------------------------------------------------------------- | ------- | ------------------------------------------------------ | @@ -159,7 +159,7 @@ See the SDK [Span Limits](../trace/sdk.md#span-limits) section for the definitio ## LogRecord Limits -**Status**: [Experimental](../document-status.md) +**Status**: [Stable](../document-status.md) See the SDK [LogRecord Limits](../logs/sdk.md#logrecord-limits) section for the definition of the limits. From 4483abfd2294e61c339be4889b90f49293c43724 Mon Sep 17 00:00:00 2001 From: Mikel Blanchard Date: Thu, 27 Apr 2023 10:28:07 -0700 Subject: [PATCH 2/2] Code review. --- CHANGELOG.md | 2 ++ specification/configuration/sdk-environment-variables.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea87c03467..ff1a568a24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ release. ([#3397](https://github.com/open-telemetry/opentelemetry-specification/pull/3397)) - Mark logs bridge API / SDK as stable. ([#3376](https://github.com/open-telemetry/opentelemetry-specification/pull/3376)) +- Mark LogRecord Environment Variables as stable. + ([#3449](https://github.com/open-telemetry/opentelemetry-specification/pull/3449)) ### Resource diff --git a/specification/configuration/sdk-environment-variables.md b/specification/configuration/sdk-environment-variables.md index 750e0e9b8b4..06c35251a9f 100644 --- a/specification/configuration/sdk-environment-variables.md +++ b/specification/configuration/sdk-environment-variables.md @@ -125,7 +125,7 @@ Depending on the value of `OTEL_TRACES_SAMPLER`, `OTEL_TRACES_SAMPLER_ARG` may b | Name | Description | Default | Notes | | ------------------------------- | ---------------------------------------------------------------- | ------- | ------------------------------------------------------ | -| OTEL_BLRP_SCHEDULE_DELAY | Delay interval (in milliseconds) between two consecutive exports | 5000 | | +| OTEL_BLRP_SCHEDULE_DELAY | Delay interval (in milliseconds) between two consecutive exports | 1000 | | | OTEL_BLRP_EXPORT_TIMEOUT | Maximum allowed time (in milliseconds) to export data | 30000 | | | OTEL_BLRP_MAX_QUEUE_SIZE | Maximum queue size | 2048 | | | OTEL_BLRP_MAX_EXPORT_BATCH_SIZE | Maximum batch size | 512 | Must be less than or equal to OTEL_BLRP_MAX_QUEUE_SIZE |