Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic for case when no metrics are returned (#110)
* Minor formatting changes Remove extra whitespace * Do not crash for queries where no metrics are returned Depending on the configured query and particular timespan, it is possible for no metrics to be returned. Which in the previous implementation would cause a panic. This commit gracefully handles the scenario by continuing to the next query job in this particular case.
- Loading branch information