carbonapi
carbonapi copied to clipboard
Process query targets in parallel
At the moment, each metric for a given target is fetched in parallel, but the targets themselves are processed serially. For queries with a large number of targets, this can can unnecessary slow down.
That should be adressed by https://github.com/go-graphite/carbonapi/pull/743