Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Optimize multi-metric queries #128

Closed
antekresic opened this issue Jun 19, 2020 · 1 comment
Closed

Optimize multi-metric queries #128

antekresic opened this issue Jun 19, 2020 · 1 comment
Labels
Improvement Improvements to the existing features

Comments

@antekresic
Copy link
Contributor

Right now, we send individual queries for each metric that a query requests. We can further optimize that by sending it all into a single batch and parse the results in one go.

#124 (comment)

@cevian cevian added the Improvement Improvements to the existing features label Jul 8, 2020
@JLockerman
Copy link
Contributor

fixed by PR #190

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Improvement Improvements to the existing features
Projects
None yet
Development

No branches or pull requests

3 participants