iter8-tools / iter8

Kubernetes release optimizer
https://iter8.tools
Apache License 2.0
253 stars 34 forks source link

Outdated experiment result in Grafana #1580

Closed Alan-Cha closed 10 months ago

Alan-Cha commented 11 months ago

The Grafana dashboard should display the up to date experiment result.

This means that the current method of sending the data for the Grafana dashboard in one go at the end of the task will not work. We can, as one solution, save the experiment result and the rest of the data separately in the metrics store. The experiment result will be stored at the end of each task whereas the rest of the data will be stored at the end of the related task.

kalantar commented 10 months ago

Fixed in PR https://github.com/iter8-tools/iter8/pull/1585