File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
opentelemetry-sdk/src/logs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -205,9 +205,9 @@ impl LoggerProviderBuilder {
205205 ///
206206 /// The following environment variables can be used to configure the batching configuration:
207207 ///
208- /// * `OTEL_BSP_SCHEDULE_DELAY ` - Corresponds to `with_scheduled_delay`.
209- /// * `OTEL_BSP_MAX_QUEUE_SIZE ` - Corresponds to `with_max_queue_size`.
210- /// * `OTEL_BSP_MAX_EXPORT_BATCH_SIZE ` - Corresponds to `with_max_export_batch_size`.
208+ /// * `OTEL_BLRP_SCHEDULE_DELAY ` - Corresponds to `with_scheduled_delay`.
209+ /// * `OTEL_BLRP_MAX_QUEUE_SIZE ` - Corresponds to `with_max_queue_size`.
210+ /// * `OTEL_BLRP_MAX_EXPORT_BATCH_SIZE ` - Corresponds to `with_max_export_batch_size`.
211211 ///
212212 /// # Arguments
213213 ///
You can’t perform that action at this time.
0 commit comments