Sentry provides nice graphs to show message frequency, but little information about what do they actually show.
Are these messages per minute? 5 minutes? 15 minute? hour?
This chart are by minute. This is the model reponsible to store the data for that graph.
https://github.com/getsentry/sentry/blob/15c0291074087408c6f66ac1619365b148b9084c/src/sentry/models/groupcountbyminute.py
To give you a more detailed explanation:
The main chart has a DOM attribute data-api-url
that points to sentry-api-chart
view that returns the data from Project
model from a ProjectManager
mixed with this class:
https://github.com/getsentry/sentry/blob/15c0291074087408c6f66ac1619365b148b9084c/src/sentry/manager.py#L117
That class fetch the related time span from the previous model and returns the data.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With