Skip to content

Commit 44d9f0e

Browse files
authored
Change wording of "size" to "number of spans". (#6391)
1 parent 03bd338 commit 44d9f0e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/en/docs/languages/java/configuration.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ exporters specified via `otel.traces.exporter`:
196196
| System property | Description | Default |
197197
| -------------------------------- | --------------------------------------------------------------- | ------- |
198198
| `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` |
201201
| `otel.bsp.export.timeout` | The maximum allowed time, in milliseconds, to export data. | `30000` |
202202

203203
Properties for [sampler](../sdk/#sampler):
@@ -256,12 +256,12 @@ Properties for cardinality limits:
256256
Properties for [log record processor(s)](../sdk/#logrecordprocessor) pared with
257257
exporters via `otel.logs.exporter`:
258258

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` |
265265

266266
#### Properties: exporters
267267

0 commit comments

Comments
 (0)