crossminer / scava

https://eclipse.org/scava/
Eclipse Public License 2.0
18 stars 13 forks source link

dashboards : gaps and labels #356

Closed mhow2 closed 4 years ago

mhow2 commented 5 years ago

gaps

For ex, on my kibiter instance I have "no data" for "Old and new dependencies versions". In order to demonstrate the dashboards, we need either to fill all the gaps or provide a good explanation why some viz are empty.

labels

About labels, we need better legend for those kind of viz: image image image (etc)

tag @valeriocos

valeriocos commented 5 years ago

wrt to gaps, I have seen the same problem. @blueoly do you have some idea about it?

wrt labels, I'll check how to improve it

thanks

blueoly commented 4 years ago

Hi @valeriocos !

About the gaps that have to do with AUEB metrics, the reason behind them is the cause of the #309 . I am working at it. When it is solved, there will no be any gaps

blueoly commented 4 years ago

There is also the case that there are no new versions, for example, in some projects. Even if I solve #309 , I think that there will be gaps.

blueoly commented 4 years ago

@valeriocos I found the two following issues about the devops dashboards, that should be fixed.

In scava-devops-smells the Puppet Smells viz does not showing the puppet smells historic metrics but the Docker Smells metrics. In scava-devops-deps and scava-deps, the new dependencies viz do not show the data, despite that the data are calculated and stored in mongodb. So, they stay always empty.

Especially the second issue is very strange, as the last time I have checked during summer, there was no problem at all.

Also, please tell me if you want any help with the viz labels.

valeriocos commented 4 years ago

Thank you @blueoly for reporting these problems. I'll check the puppet smells in my instance today and let you know.

WRT the scava-devops-deps and scava-deps, did you check if the data is visible through the API endpoints? Scava2es and Perceval don't query the mongoDB.

We can sync on Slack today, if it's OK for you.

valeriocos commented 4 years ago

labels fixed with https://github.com/crossminer/scava/pull/378

valeriocos commented 4 years ago

@mhow2 let's close this issue, feel free to reopen it if needed, thanks