Skip to content

Commit

Permalink
Remove asyn parameter from intake_v2_events.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed May 31, 2024
1 parent 66bcc47 commit 14ee187
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
10 changes: 0 additions & 10 deletions docs/spec/openapi/bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,16 +231,6 @@
"tags": [
"event intake"
],
"parameters": [
{
"in": "query",
"name": "async",
"description": "Indicates whether to use asynchronous processing, which is supported by APM Server in 8.5.0 and later. NOTE: Since asynchronous processing defers some of the event processing to the background and takes place after the client has closed the request, some errors can't be communicated back to the client and are logged by the APM Server. Furthermore, asynchronous processing requests will only be scheduled if the APM Server can service the incoming request; requests that cannot be serviced will receive an internal error 503 \"queue is full\" error.\n",
"schema": {
"type": "boolean"
}
}
],
"requestBody": {
"content": {
"application/ndjson": {
Expand Down
7 changes: 0 additions & 7 deletions docs/spec/openapi/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,6 @@ paths:
operationId: postEventIntake
tags:
- event intake
parameters:
- in: query
name: async
description: |
Indicates whether to use asynchronous processing, which is supported by APM Server in 8.5.0 and later. NOTE: Since asynchronous processing defers some of the event processing to the background and takes place after the client has closed the request, some errors can't be communicated back to the client and are logged by the APM Server. Furthermore, asynchronous processing requests will only be scheduled if the APM Server can service the incoming request; requests that cannot be serviced will receive an internal error 503 "queue is full" error.
schema:
type: boolean
requestBody:
content:
application/ndjson:
Expand Down
14 changes: 0 additions & 14 deletions docs/spec/openapi/paths/intake_v2_events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,6 @@ post:
operationId: postEventIntake
tags:
- event intake
parameters:
- in: query
name: async
description: >
Indicates whether to use asynchronous processing, which is supported by
APM Server in 8.5.0 and later. NOTE: Since asynchronous processing
defers some of the event processing to the background and takes place
after the client has closed the request, some errors can't be
communicated back to the client and are logged by the APM Server.
Furthermore, asynchronous processing requests will only be scheduled if
the APM Server can service the incoming request; requests that cannot be
serviced will receive an internal error 503 "queue is full" error.
schema:
type: boolean
requestBody:
content:
application/ndjson:
Expand Down

0 comments on commit 14ee187

Please sign in to comment.