Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TSDB: Implement downsampling on time-series indices #85708
TSDB: Implement downsampling on time-series indices #85708
Changes from 53 commits
94fb431
b8e9d2b
7b7d06b
75ce70c
98627b1
3215864
34f42bd
29bc089
939a1c0
23d39a8
0f40815
7a44a68
b94e82d
e514fbb
219da73
1a385e7
633abac
d4daeb8
496e00f
5a0642c
d0222f0
b8bdcf9
d9c6f6e
ff864f2
0464806
643962f
d905038
29b77bc
6237029
a3e3e42
0abece8
5dc065c
6a8976a
d6adb3c
4492090
fc255f6
2bc4600
b10254d
405915b
d5de1aa
bef7341
af006e4
a1988a9
cd23fd7
7973ca2
98fd352
c46b126
fb064c6
3167f92
ed94943
48796c2
78d110b
f41343b
286cdbd
ab1a4d8
c22b6ba
4327b17
86c3347
ed51704
22a7589
ee42ef5
d7d9b72
332bef6
17eb72b
550a368
270ea69
7197a5f
8b96364
839a29d
de6b766
0f3f827
0ff80dc
7c4c441
5856f1d
1dd28fd
393d7c2
bfd9ce9
0a06f41
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be behind the tsdb feature flag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rollup action will be available but it will not operate on indices that are not time series indices.
So, in a similar way as we did for
TimeSeriesIdFieldMapper
I did not put this behind a feature flag. I can add it though, if you think it makes sense.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 86c3347