mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 17:02:20 +08:00

* Updates queryResponse tests to include new cachedResponse bool * Adds cachedResponse bool to QueryResponse * Adds tests to assert the correct query counts (totalQueries and cachedQueries) are dispatched for data-requests * Adds totalQueries and cachedQueries counts to the data-request events * Adds new metrics and their descriptions to docs * uses more descriptive variable name * changes naming * removes hyphen in docs * extracts calculations to own lines prior to assignment