Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7k
Apitally - API monitoring, analytics, and request logging for Django#9449
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hey Django community, I’d like to introduce you to my indie productApitally, a simple API monitoring, analytics, and request logging tool for Django. Apitally's key features are:
Apitally integrates with Django apps through middleware, which captures key metrics for all API requests & responses, aggregates them and asynchronously sends them to Apitally’s servers in regular intervals. It's designed with a strong focus on performance and data privacy. Setup is super easy – you just add a few lines of code to your settings. No infrastructure required. MIDDLEWARE= ["apitally.django.ApitallyMiddleware",# Other middleware ...]APITALLY_MIDDLEWARE= {"client_id":"your-client-id","env":"dev",# or "prod" etc.} Here's a screenshot of the Apitally dashboard: If you'd like to try it out, there's asetup guide for Django REST Framework. Please let me know what you think! |
BetaWas this translation helpful?Give feedback.
All reactions
🚀 1