efigence / yabeda-grape

Extensible metrics for monitoring Grape API endpoints
4 stars 1 forks source link

Doesnt count requests cancelled in `before` filter #14

Open thedarkside opened 6 months ago

thedarkside commented 6 months ago

Grape requests being cancelled in a before filter (for example during an authorization process) are not counted at all!

My expectation is that all incoming requests are being counted and not only those which passed all before filters.