Skip to content

Commit fd696d8

Browse files
committed
[ci] apply automatic fixes
Signed-off-by: feldera-bot <feldera-bot@feldera.com>
1 parent 869c87f commit fd696d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3342,7 +3342,7 @@
33423342
"Metrics & Debugging"
33433343
],
33443344
"summary": "List Pipeline Events",
3345-
"description": "Retrieve a list of retained pipeline monitor events ordered from most recent to least recent.\ncleaned up.",
3345+
"description": "Retrieve a list of retained pipeline monitor events ordered from most recent to least recent.\n\nThe returned events only have limited details, the full details can be retrieved using\nthe `GET /v0/pipelines/<pipeline>/events/<event-id>` endpoint.\n\nPipeline monitor events are collected at a periodic interval (every 10s), however only\nevery 10 minutes or if the overall health changes, does it get inserted into the database\n(and thus, served by this endpoint). The most recent 720 events are retained.",
33463346
"operationId": "list_pipeline_events",
33473347
"parameters": [
33483348
{
@@ -3402,7 +3402,7 @@
34023402
"Metrics & Debugging"
34033403
],
34043404
"summary": "Get Pipeline Event",
3405-
"description": "Get specific pipeline monitor event.",
3405+
"description": "Get specific pipeline monitor event.\n\nThe identifiers of the events can be retrieved via `GET /v0/pipelines/<pipeline>/events`.\nThe most recent 720 events are retained.\nThis endpoint can return a 404 for an event that no longer exists due to a cleanup.",
34063406
"operationId": "get_pipeline_event",
34073407
"parameters": [
34083408
{

0 commit comments

Comments
 (0)