Re: Dashboard work
Dibya Das <dibyadas998@...>
Hi Luis, I noticed that the build number ordering is incorrect. It detects the test-run as a keyword. It's a minor fix and I will send the patch soon. The other thing is, index pattern. There are two ways we can fix this. One is to put build data of different types like fluorine, oxygen, etc under one index and have a source filter that can filter out the relevant build type and show in the visualization. The other way is to store the different build type data under different index and have separate index pattern set for the visualization. I'll weight both the options and decide which one will be fit for our case. One more thing left is to check if the visualization to push exists or not. Here, to check the visualization exists takes 1 request. If it's present then nothing else. But if it's not then, 2 request. So in worst case, it takes 2 requests. But if we push the visualization format regardless, it creates if it's doesn't exist and updates if it doesn't. So we can take advantage of this and modify the dashboard structure at any build. Also, where do I add the documentation of the visualization config format? In the ODL wiki? Thanks, Dibya On Sun, Jul 29, 2018, 5:09 AM Dibya Das <dibyadas998@...> wrote:
|
|