What's the default value of resolution in subquery? #3630
-
Example query: (The interval of some_metric is 10s, and the step in query_range is 10s) When I query the data from Prometheus, I can get a group of results. So what's the default value of resolution in subquery in Cortex? In Prometheus, it should be equal to the step in query_range query. https://prometheus.io/blog/2019/01/28/subquery-support/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Cortex just uses the Prometheus PromQL engine, so there's no difference compared to Prometheus when it comes to the default resolution in a subquery. |
Beta Was this translation helpful? Give feedback.
Cortex just uses the Prometheus PromQL engine, so there's no difference compared to Prometheus when it comes to the default resolution in a subquery.