from
Hacker News
Top
New
Ask HN: API Analytics
by
grep
on 6/16/11, 9:56 PM with 1 comments
What tool can I use in order to see some analytics for my Rails APIs?
Thanks
by
pspeter3
on 6/16/11, 9:58 PM
Assuming you're using Rack, I would suggest you use a Rack Middle ware like
http://raindrops.bogomips.org/
and then filter for your API routes