Skip to content

Commit 6b458c8

Browse files
mergify[bot]kruskallbmorelli25
authored
[7.17] fix: replace ndjson.org with ndjson spec (backport #3997) (#3998)
* fix: replace ndjson.org with ndjson spec (#3997) the original website expired and it's currently serving malicious content. (cherry picked from commit 698d4e0) # Conflicts: # docs/en/serverless/apm/apm-server-api/api-events.mdx * Delete docs/en/serverless/apm/apm-server-api/api-events.mdx --------- Co-authored-by: kruskall <[email protected]> Co-authored-by: Brandon Morelli <[email protected]>
1 parent 2453e21 commit 6b458c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/apm-server/api-events.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Events can be:
1313
* Metrics
1414

1515
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)].
1717

1818
With NDJSON, agents can open an HTTP POST request and use chunked encoding to stream events to the APM Server
1919
as soon as they are recorded in the agent.

0 commit comments

Comments
 (0)