Skip to content

Commit 7ea4219

Browse files
committed
fixed some copy/paste errors in the configuration docs (#325)
Thanks @mikker for the heads up! closes #325
1 parent e81b10d commit 7ea4219

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/configuration.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ this setting has to be provided in *<<config-format-duration, duration format>>*
416416

417417
|============
418418
| Environment | Django/Flask | Default
419-
| `ELASTIC_APM_API_REQUEST_SIZE` | `API_REQUEST_TIME` | `"724kb"`
419+
| `ELASTIC_APM_API_REQUEST_SIZE` | `API_REQUEST_SIZE` | `"724kb"`
420420
|============
421421

422422
Maximum queue length of the request buffer before sending the request to the APM server.
@@ -427,13 +427,15 @@ A higher value also impacts the time until data is indexed and searchable in Ela
427427
This setting is useful to limit memory consumption if you experience a sudden spike of traffic.
428428
It has to be provided in *<<config-format-size, size format>>*.
429429

430+
NOTE: by default, the APM Server limits request payload size to 1 MByte.
431+
430432
[float]
431433
[[config-api-request-time]]
432-
==== `api_request_size`
434+
==== `api_request_time`
433435

434436
|============
435437
| Environment | Django/Flask | Default
436-
| `ELASTIC_APM_API_REQUEST_SIZE` | `API_REQUEST_SIZE` | `"724kb"`
438+
| `ELASTIC_APM_API_REQUEST_TIME` | `API_REQUEST_TIME` | `"10s"`
437439
|============
438440

439441
Maximum queue time of the request buffer before sending the request to the APM server.

0 commit comments

Comments
 (0)