mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* issue loki queries in parallel so total query time is only the slowest query rather than the sum of all query times. * Fix lint * Add running of queries in parallel behind feature toggle to test the functonality before release * Add span end * Move shared logic to separate function * Add logging and tracing around running of all queries --------- Co-authored-by: Ivana Huckova <ivana.huckova@gmail.com>
This directory contains the code for the Grafana backend.
The contributor documentation for Grafana's backend is in /contribute/backend/README.md.