batshoes / readme-metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadMe Metrics

Track usage of your API and troubleshoot issues faster.

Latest release Build status

With ReadMe's Metrics API your team can get deep insights into your API's usage. If you're a developer, it takes a few small steps to send your API logs to ReadMe. Here's an overview of how the integration works:

  • You add the ReadMe middleware to your Rails application.
  • The middleware sends to ReadMe the request and response objects that your Express server generates each time a user makes a request to your API. The entire objects are sent, unless you allow or deny keys.
  • ReadMe extracts information to display in Metrics, such as which endpoint is being called, response code, and error messages. It also identifies the customer who called your API, using whichever keys in the middleware you call out as containing relevant customer info.
gem "readme-metrics"

For more information on setup, check out our integration documentation.

🚧 Any Issues?

Integrations can be tricky! Contact support if you have any questions/issues.

About

License:ISC License


Languages

Language:Ruby 98.9%Language:Makefile 0.9%Language:Shell 0.2%