@@ -196,8 +196,8 @@ exporters specified via `otel.traces.exporter`:
196
196
| System property | Description | Default |
197
197
| -------------------------------- | --------------------------------------------------------------- | ------- |
198
198
| ` otel.bsp.schedule.delay ` | The interval, in milliseconds, between two consecutive exports. | ` 5000 ` |
199
- | ` otel.bsp.max.queue.size ` | The maximum queue size. | ` 2048 ` |
200
- | ` otel.bsp.max.export.batch.size ` | The maximum batch size. | ` 512 ` |
199
+ | ` otel.bsp.max.queue.size ` | The maximum number of spans that can be queued before batching. | ` 2048 ` |
200
+ | ` otel.bsp.max.export.batch.size ` | The maximum number of spans to export in a single batch. | ` 512 ` |
201
201
| ` otel.bsp.export.timeout ` | The maximum allowed time, in milliseconds, to export data. | ` 30000 ` |
202
202
203
203
Properties for [ sampler] ( ../sdk/#sampler ) :
@@ -256,12 +256,12 @@ Properties for cardinality limits:
256
256
Properties for [ log record processor(s)] ( ../sdk/#logrecordprocessor ) pared with
257
257
exporters via ` otel.logs.exporter ` :
258
258
259
- | System property | Description | Default |
260
- | --------------------------------- | --------------------------------------------------------------- | ------- |
261
- | ` otel.blrp.schedule.delay ` | The interval, in milliseconds, between two consecutive exports. | ` 1000 ` |
262
- | ` otel.blrp.max.queue.size ` | The maximum queue size. | ` 2048 ` |
263
- | ` otel.blrp.max.export.batch.size ` | The maximum batch size. | ` 512 ` |
264
- | ` otel.blrp.export.timeout ` | The maximum allowed time, in milliseconds, to export data. | ` 30000 ` |
259
+ | System property | Description | Default |
260
+ | --------------------------------- | --------------------------------------------------------------------- | ------- |
261
+ | ` otel.blrp.schedule.delay ` | The interval, in milliseconds, between two consecutive exports. | ` 1000 ` |
262
+ | ` otel.blrp.max.queue.size ` | The maximum number of log records that can be queued before batching. | ` 2048 ` |
263
+ | ` otel.blrp.max.export.batch.size ` | The maximum number of log records to export in a single batch. | ` 512 ` |
264
+ | ` otel.blrp.export.timeout ` | The maximum allowed time, in milliseconds, to export data. | ` 30000 ` |
265
265
266
266
#### Properties: exporters
267
267
0 commit comments