You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: devdocs/render-request-handling.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
* finds all series by fanning out the query patterns to all other shards.
13
13
this gives basically idx.Node back. has the path, leaf, metricdefinition, schema/aggregation(rollup) settings, for each series, as well as on which node it can be found.
14
14
* construct models.Req objects for each serie. this uses the MKey to identify series, also sets from/to, maxdatapoints, etc.
15
-
*`planRequests`: this plans at all models.Req objects, which means decide which archive to read from, whether to apply normalization, etc
15
+
*`planRequests`: this plans all models.Req objects, deciding which archive to read from, whether to apply normalization, etc.
16
16
(see NOTES in expr directory for more info)
17
17
*`getTargets`: gets the data from the local node and peer nodes based on the models.Req objects
18
18
*`mergeSeries`: if there's multiple series with same name/tags, from, to and consolidator (e.g. because there's multiple series because users switched intervals), merge them together into one series
0 commit comments