cncf / devstats

📈CNCF-created tool for analyzing and graphing developer contributions
https://devstats.cncf.io
Apache License 2.0
61 stars 22 forks source link

k8s devstats score is not updated #39

Closed atoato88 closed 9 months ago

atoato88 commented 9 months ago

I'm not sure about this is a bug, it's just a question.

Recently the scores on k8s.devstats.cncf.io have been not updated. I checked the page "Last updated" to find the timestamps for the last updates. It seems that most recent timestamp is 2023/10/02, it's approximately two weeks ago.

Is there an issue with the website?

lukaszgryglicki commented 9 months ago

It should update more often but this depends on particular dashboard and time range, so pls LMK which dashboard and time range.

Simple example - dashboards that aggregate monthly need only to update once a month, those daily -0 shoudl update at elast once a day, and those yearly can update once a year and so on. This is not that simple in details but I'm a bit generalizing here, so please LMK which exact dashboard - provide a link or screenshot.

Thanks.

atoato88 commented 9 months ago

I check the dashboards followings:

Time range I usually check is the latest k8s development cycle, so it's v1.28.0 - now (means v1.29.0 cycle) for now.

Thank you for quick comment.

lukaszgryglicki commented 9 months ago

Will check how often this refreshes - to be honest I don't remember atm, will check on Friday at the latest.

lukaszgryglicki commented 9 months ago

On it.

lukaszgryglicki commented 9 months ago

I see where issue is, regenerating data and restarting the syncer which failed due to outage of kubelet diskspace that I've fixed a few days ago but I forget to set the provisioned flag on one database.

lukaszgryglicki commented 9 months ago

This is done now.

atoato88 commented 9 months ago

Thank you for fixing. I'll look at the scores on the next day.

atoato88 commented 9 months ago

I could get the latest score on k8s devstats! Thank you for quick fix!

lukaszgryglicki commented 9 months ago

Great, thank you for reporting!