|
2240 | 2240 | }
|
2241 | 2241 | }
|
2242 | 2242 | },
|
2243 |
| - "revision": "20221214", |
| 2243 | + "revision": "20221229", |
2244 | 2244 | "rootUrl": "https://dataflow.googleapis.com/",
|
2245 | 2245 | "schemas": {
|
2246 | 2246 | "ApproximateProgress": {
|
|
6058 | 6058 | },
|
6059 | 6059 | "type": "object"
|
6060 | 6060 | },
|
| 6061 | + "Straggler": { |
| 6062 | + "description": "Information for a straggler.", |
| 6063 | + "id": "Straggler", |
| 6064 | + "properties": { |
| 6065 | + "batchStraggler": { |
| 6066 | + "$ref": "StragglerInfo", |
| 6067 | + "description": "Batch straggler identification and debugging information." |
| 6068 | + }, |
| 6069 | + "streamingStraggler": { |
| 6070 | + "$ref": "StreamingStragglerInfo", |
| 6071 | + "description": "Streaming straggler identification and debugging information." |
| 6072 | + } |
| 6073 | + }, |
| 6074 | + "type": "object" |
| 6075 | + }, |
6061 | 6076 | "StragglerDebuggingInfo": {
|
6062 | 6077 | "description": "Information useful for debugging a straggler. Each type will provide specialized debugging information relevant for a particular cause. The StragglerDebuggingInfo will be 1:1 mapping to the StragglerCause enum.",
|
6063 | 6078 | "id": "StragglerDebuggingInfo",
|
|
6092 | 6107 | "description": "Summarized straggler identification details.",
|
6093 | 6108 | "id": "StragglerSummary",
|
6094 | 6109 | "properties": {
|
| 6110 | + "recentStragglers": { |
| 6111 | + "description": "The most recent stragglers.", |
| 6112 | + "items": { |
| 6113 | + "$ref": "Straggler" |
| 6114 | + }, |
| 6115 | + "type": "array" |
| 6116 | + }, |
6095 | 6117 | "stragglerCauseCount": {
|
6096 | 6118 | "additionalProperties": {
|
6097 | 6119 | "format": "int64",
|
|
6332 | 6354 | },
|
6333 | 6355 | "type": "object"
|
6334 | 6356 | },
|
| 6357 | + "StreamingStragglerInfo": { |
| 6358 | + "description": "Information useful for streaming straggler identification and debugging.", |
| 6359 | + "id": "StreamingStragglerInfo", |
| 6360 | + "properties": { |
| 6361 | + "dataWatermarkLag": { |
| 6362 | + "description": "The event-time watermark lag at the time of the straggler detection.", |
| 6363 | + "format": "google-duration", |
| 6364 | + "type": "string" |
| 6365 | + }, |
| 6366 | + "endTime": { |
| 6367 | + "description": "End time of this straggler.", |
| 6368 | + "format": "google-datetime", |
| 6369 | + "type": "string" |
| 6370 | + }, |
| 6371 | + "startTime": { |
| 6372 | + "description": "Start time of this straggler.", |
| 6373 | + "format": "google-datetime", |
| 6374 | + "type": "string" |
| 6375 | + }, |
| 6376 | + "systemWatermarkLag": { |
| 6377 | + "description": "The system watermark lag at the time of the straggler detection.", |
| 6378 | + "format": "google-duration", |
| 6379 | + "type": "string" |
| 6380 | + }, |
| 6381 | + "workerName": { |
| 6382 | + "description": "Name of the worker where the straggler was detected.", |
| 6383 | + "type": "string" |
| 6384 | + } |
| 6385 | + }, |
| 6386 | + "type": "object" |
| 6387 | + }, |
6335 | 6388 | "StringList": {
|
6336 | 6389 | "description": "A metric value representing a list of strings.",
|
6337 | 6390 | "id": "StringList",
|
|
0 commit comments