Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace ndjson.org with ndjson spec #3997

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/observability/apm/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
2 changes: 1 addition & 1 deletion docs/en/serverless/apm/apm-server-api/api-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Events can be:
* Metrics

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

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