File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
serverless/apm/apm-server-api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Events can be:
13
13
* Metrics
14
14
15
15
Each event is sent as its own line in the HTTP request body.
16
- This is known as http ://ndjson.org [newline delimited JSON (NDJSON)].
16
+ This is known as https ://github.com/ndjson/ndjson-spec [newline delimited JSON (NDJSON)].
17
17
18
18
With NDJSON, agents can open an HTTP POST request and use chunked encoding to stream events to the APM Server
19
19
as soon as they are recorded in the agent.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Events can be:
16
16
* Metrics
17
17
18
18
Each event is sent as its own line in the HTTP request body.
19
- This is known as [ newline delimited JSON (NDJSON)] ( http ://ndjson.org ) .
19
+ This is known as [ newline delimited JSON (NDJSON)] ( https ://github.com/ndjson/ndjson-spec ) .
20
20
21
21
With NDJSON, agents can open an HTTP POST request and use chunked encoding to stream events to the managed intake service
22
22
as soon as they are recorded in the agent.
You can’t perform that action at this time.
0 commit comments