Skip to content

Commit 89956d4

Browse files
committed
add new line
1 parent 021b0a9 commit 89956d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

specification/indices/_types/Downsample.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ export class DownsampleConfig {
3333
enum SamplingMethod {
3434
aggregate,
3535
last_value
36-
}
36+
}

specification/indices/downsample/Request.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { DownsampleConfig } from '@indices/_types/Downsample'
2828
* - When running in `aggregate` mode, it pre-calculates and stores statistical summaries (`min`, `max`, `sum`, `value_count` and `avg`)
2929
* for each metric field grouped by a configured time interval and their dimensions.
3030
* - When running in `last_value` mode, it keeps the last value for each metric in the configured interval and their dimensions.
31+
*
3132
* For example, a TSDS index that contains metrics sampled every 10 seconds can be downsampled to an hourly index.
3233
* All documents within an hour interval are summarized and stored as a single document in the downsample index.
3334
*

0 commit comments

Comments
 (0)