oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
47 stars 59 forks source link

Time to First Response - potential issue with the data in this visualization #646

Closed geekygirldawn closed 1 month ago

geekygirldawn commented 4 months ago

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:

image

Using the same database, this is what I get from my starter project health metrics script:

image

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

cdolfi commented 4 months ago

vmware-tanzu/velero

geekygirldawn commented 4 months ago

Note that this is the repo in the graphs I posted, but I'm seeing the same issue across all repos :)

cdolfi commented 4 months ago

@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