Skip to content

Resolve "Metrics that do not have a complete history are not shown at all"

What does this MR do?

When a graph contains data values like NaN, +Inf, or -Inf, (perhaps due to a division by zero) it would error out and not display any data. Now, when these values are encountered it simply produces a non-contiguous graph.

Screenshots (if relevant)

Before:

before

After:

after

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #36255 (closed)

Edited by username-removed-636429

Merge request reports