Skip to content

Commit fe043c4

Browse files
quettabitactions-user
authored andcommitted
sync protos
GitOrigin-RevId: 6046c08a7670f37bda665e29f1dbee35c04f6021
1 parent baa6eb4 commit fe043c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

s2/v1/openapi.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,13 +2132,13 @@
21322132
"required": [
21332133
"name",
21342134
"unit",
2135-
"bucket_length",
2135+
"interval",
21362136
"values"
21372137
],
21382138
"properties": {
2139-
"bucket_length": {
2139+
"interval": {
21402140
"$ref": "#/components/schemas/TimeseriesInterval",
2141-
"description": "The duration of bucket for the accumulation."
2141+
"description": "The interval at which data points are accumulated."
21422142
},
21432143
"name": {
21442144
"type": "string",
@@ -2165,7 +2165,7 @@
21652165
}
21662166
]
21672167
},
2168-
"description": "Timeseries values.\nEach element is a tuple of a timestamp in Unix epoch seconds and a data point.\nThe data point represents the accumulated value for a bucket of time starting at the provided timestamp, lasting for the duration of the `bucket_length` parameter."
2168+
"description": "Timeseries values.\nEach element is a tuple of a timestamp in Unix epoch seconds and a data point.\nThe data point represents the accumulated value for the time period starting at the timestamp,\nspanning one `interval`."
21692169
}
21702170
}
21712171
},
@@ -2693,14 +2693,14 @@
26932693
},
26942694
{
26952695
"type": "object",
2696-
"description": "Named series of `(timestamp, value)` points representing an accumulation over a specified\nbucket.",
2696+
"description": "Named series of `(timestamp, value)` points representing an accumulation over a specified\ninterval.",
26972697
"required": [
26982698
"accumulation"
26992699
],
27002700
"properties": {
27012701
"accumulation": {
27022702
"$ref": "#/components/schemas/AccumulationMetric",
2703-
"description": "Named series of `(timestamp, value)` points representing an accumulation over a specified\nbucket."
2703+
"description": "Named series of `(timestamp, value)` points representing an accumulation over a specified\ninterval."
27042704
}
27052705
}
27062706
},

0 commit comments

Comments
 (0)