Ask HN: API Analytics 1 pointgrep15 years ago1 commentSaveHideCopy link On HNWhat tool can I use in order to see some analytics for my Rails APIs?ThanksComments−pspeter315yAssuming 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
Comments
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