rill icon indicating copy to clipboard operation
rill copied to clipboard

Fix: TDD isn't properly handling 0 results returned from a filtered `MetricsViewAggregation` query

Open ericpgreen2 opened this issue 1 year ago • 0 comments

To reproduce:

  1. Go to TDD on any dashboard
  2. Search for a value that will return 0 results (e.g "ooo" in the screenshot)
  3. See that the immediate results prior do not get cleared, and the loading spinner never resolves

As an example, here's the end state on this dashboard:

image

While the MetricsViewAggregation API response has resolved and correctly shows no data:

image

ericpgreen2 avatar Apr 18 '24 01:04 ericpgreen2