You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: private-web/openapi.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6641,6 +6641,14 @@
6641
6641
"format": "int64",
6642
6642
"description": "Total size of the underlying S3 bucket, in bytes, as reported by cloud\nstorage metrics. Can differ from `physical_bytes` (e.g. it includes\ncontent outside the repository, or reflects a different point in\ntime)."
6643
6643
},
6644
+
"bucket_bytes_observed_at": {
6645
+
"type": [
6646
+
"string",
6647
+
"null"
6648
+
],
6649
+
"format": "date-time",
6650
+
"description": "When `bucket_bytes` was last refreshed by the (daily) S3-metrics\ncollector, if ever. Tracked separately from `observed_at` because the\ntwo figures are collected on independent cadences."
6651
+
},
6644
6652
"group_id": {
6645
6653
"type": "string",
6646
6654
"format": "uuid",
@@ -6657,7 +6665,7 @@
6657
6665
"observed_at": {
6658
6666
"type": "string",
6659
6667
"format": "date-time",
6660
-
"description": "When these stats were last refreshed. Whichever of the two collectors\nwrote most recently."
6668
+
"description": "When the repo-derived figures (snapshot/source counts, logical/physical\nbytes) were last refreshed by the inspection job."
0 commit comments