@@ -7844,7 +7844,8 @@ components:
7844
7844
description: Paging settings
7845
7845
properties:
7846
7846
cursor:
7847
- description: The returned paging point to use to get the next results
7847
+ description: 'The returned paging point to use to get the next results.
7848
+ Note: at most 1000 results can be paged.'
7848
7849
example: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
7849
7850
type: string
7850
7851
type: object
@@ -8329,7 +8330,11 @@ components:
8329
8330
$ref: '#/components/schemas/LogsGroupByHistogram'
8330
8331
limit:
8331
8332
default: 10
8332
- description: The maximum buckets to return for this group by
8333
+ description: 'The maximum buckets to return for this group by. Note: at
8334
+ most 10000 buckets are allowed.
8335
+
8336
+ If grouping by multiple facets, the product of limits must not exceed
8337
+ 10000.'
8333
8338
format: int64
8334
8339
type: integer
8335
8340
missing:
@@ -8344,7 +8349,7 @@ components:
8344
8349
LogsGroupByHistogram:
8345
8350
description: 'Used to perform a histogram computation (only for measure facets).
8346
8351
8347
- Note: At most 100 buckets are allowed, the number of buckets is (max - min)/interval.'
8352
+ Note: at most 100 buckets are allowed, the number of buckets is (max - min)/interval.'
8348
8353
properties:
8349
8354
interval:
8350
8355
description: The bin size of the histogram buckets
@@ -8722,7 +8727,7 @@ components:
8722
8727
LogsQueryOptions:
8723
8728
description: 'Global query options that are used during the query.
8724
8729
8725
- Note: You should only supply timezone or time offset but not both otherwise
8730
+ Note: you should supply either timezone or time offset, but not both. Otherwise,
8726
8731
the query will fail.'
8727
8732
properties:
8728
8733
timeOffset:
@@ -8766,7 +8771,7 @@ components:
8766
8771
properties:
8767
8772
after:
8768
8773
description: 'The cursor to use to get the next results, if any. To make
8769
- the next request, use the same.
8774
+ the next request, use the same
8770
8775
8771
8776
parameters with the addition of the `page[cursor]`.'
8772
8777
example: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
0 commit comments