Other downsampling resolutions (like 30 min, 2h) in Compactor #3764
santoshmungle
started this conversation in
Ideas & Features
Replies: 1 comment
-
Although I understand your request and would like to know if its easily possible to change the downsampling resolutions.. Just note that you maybe confusing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
It seems that compactor only support three downsampling resolutions "raw", "5m", and "1h". For example, When I tried to set the downsampling resolution "30m" with the flag "--retention.resolution-30m", I get the error "unknown long flag" as "30m" resolution is not supported which I see in compact.go
In ideal case, any downsampling resolution should be allowed by compactor because some use cases would require different resolution in downsampling. For example, in my case, I would want to have "1d" (1 day) downsampling resolution if I want to have yearly graph of specific time-series metric.
Is this going to be implemented in future such that any downsampling resolution would be supported by compactor?
How one would go about having for example "30m" or "1d" downsampling resolutions supported by compactor? I guess it would require modifying compact.go and downsample.go.
Beta Was this translation helpful? Give feedback.
All reactions