why could the promql function "rate" be parallelized? #3633
Unanswered
wanghaao
asked this question in
Help and support
Replies: 2 comments 4 replies
-
You can learn more here: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
example: sum(rate(metric[1m]))
The result of running this function at different shards should be different from the result of running at one node.
Beta Was this translation helpful? Give feedback.
All reactions