Skip to content

Commit 805a50a

Browse files
authored
docs: minor fix (#3767) (#3774)
1 parent 23262aa commit 805a50a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/data-ingestion.asciidoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ This section explains how to adapt data ingestion according to your needs.
2020
* <<reduce-payload-size>>
2121
* <<adjust-event-rate>>
2222

23-
TIP: APM Server version 7.0 introduces breaking changes with older versions of APM agents.
24-
Check the {apm-overview-ref-v}/agent-server-compatibility.html[agent/server compatibility matrix] for compatibility information.
25-
2623
[[tune-output-config]]
2724
[float]
2825
==== Tune APM Server output parameters for your Elasticsearch cluster
@@ -77,7 +74,7 @@ Read more in the {apm-agents-ref}/index.html[agents documentation].
7774
[float]
7875
==== Adjust RUM event rate limit
7976

80-
Agents make use of long running requests and flush as many events over a single request as possible. Thus, the rate limiter for RUM is bound to the number of _events_ sent per second, per IP.
77+
Agents make use of long running requests and flush as many events over a single request as possible. Thus, the rate limiter for RUM is bound to the number of _events_ sent per second, per IP.
8178

8279
If the rate limit is hit while events on an established request are sent, the request is not immediately terminated. The intake of events is only throttled to <<event_rate.limit,`event_rate.limit`>>, which means that events are queued and processed slower. Only when the allowed buffer queue is also full, does the request get terminated with a `429 - rate limit exceeded` HTTP response. If an agent tries to establish a new request, but the rate limit is already hit, a `429` will be sent immediately.
8380

0 commit comments

Comments
 (0)