Skip to content

Commit

Permalink
[8.10](backport #3997) fix: replace ndjson.org with ndjson spec (#3999)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Jun 17, 2024
1 parent cd92d88 commit 26b46c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/apm-server/api-events.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Events can be:
* Metrics

Each event is sent as its own line in the HTTP request body.
This is known as http://ndjson.org[newline delimited JSON (NDJSON)].
This is known as https://github.com/ndjson/ndjson-spec[newline delimited JSON (NDJSON)].

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

0 comments on commit 26b46c5

Please sign in to comment.