File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
googleapiclient/discovery_cache/documents Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ <h3>Method Details</h3>
186
186
"memoryInfo": [ # Memory utilization samples.
187
187
{ # Information about the memory usage of a worker or a container within a worker.
188
188
"currentLimitBytes": "A String", # Instantenous memory limit in bytes.
189
+ "currentOoms": "A String", # Number of Out of Memory (OOM) events recorded since the previous measurement.
189
190
"currentRssBytes": "A String", # Instantenous memory (RSS) size in bytes.
190
191
"timestamp": "A String", # Timestamp of the measurement.
191
192
"totalGbMs": "A String", # Total memory (RSS) usage since start up in GB * ms.
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ <h3>Method Details</h3>
169
169
"memoryInfo": [ # Memory utilization samples.
170
170
{ # Information about the memory usage of a worker or a container within a worker.
171
171
"currentLimitBytes": "A String", # Instantenous memory limit in bytes.
172
+ "currentOoms": "A String", # Number of Out of Memory (OOM) events recorded since the previous measurement.
172
173
"currentRssBytes": "A String", # Instantenous memory (RSS) size in bytes.
173
174
"timestamp": "A String", # Timestamp of the measurement.
174
175
"totalGbMs": "A String", # Total memory (RSS) usage since start up in GB * ms.
Original file line number Diff line number Diff line change 2225
2225
}
2226
2226
}
2227
2227
},
2228
- "revision" : " 20211229 " ,
2228
+ "revision" : " 20220215 " ,
2229
2229
"rootUrl" : " https://dataflow.googleapis.com/" ,
2230
2230
"schemas" : {
2231
2231
"ApproximateProgress" : {
4350
4350
"format" : " uint64" ,
4351
4351
"type" : " string"
4352
4352
},
4353
+ "currentOoms" : {
4354
+ "description" : " Number of Out of Memory (OOM) events recorded since the previous measurement." ,
4355
+ "format" : " int64" ,
4356
+ "type" : " string"
4357
+ },
4353
4358
"currentRssBytes" : {
4354
4359
"description" : " Instantenous memory (RSS) size in bytes." ,
4355
4360
"format" : " uint64" ,
You can’t perform that action at this time.
0 commit comments