Closed geekygirldawn closed 6 months ago
vmware-tanzu/velero
Note that this is the repo in the graphs I posted, but I'm seeing the same issue across all repos :)
@geekygirldawn Going to start looking into this more, but my suspicion is that the different is that our graph is plotting values on a daily interval vs totals over the span of a month. This would also make sense as they are both the same general shape
Hello! I'm looking at the time to first response graph from https://metrix.chaoss.io/contributions, and the data doesn't look right to me for a project that I'm pretty familiar with:
Using the same database, this is what I get from my starter project health metrics script:
The query generating this chart can be found at https://github.com/geekygirldawn/starter-health-model/blob/main/metrics/first_response.py
I would expect for the gaps in the lines between these 2 visualizations to look very similar. It's definitely possible that there is something wrong with my query, but I wonder if maybe we are measuring the "response" differently. I'm assuming that you count reviews, comments, close, and merge all as a response? Any thoughts on why we're getting different results?
cc: @sgoggins