Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8k
Apitally - Metrics, logs, and alerts for FastAPI#11762
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 FastAPI community, When shipping APIs, we need access to relevant logs and metrics to troubleshoot issues and understand API usage/performance. However, I've found that most monitoring tools bury these in bloated dashboards that are a pain to use. That's why I builtApitally, a simple API monitoring tool for FastAPI that focuses on what actually matters for APIs:
TheApitally SDK integrates with FastAPI through a lightweight middleware, which automatically captures metrics and logs for all requests and asynchronously sends them to Apitally in regular intervals. Setup is super easy. Just add a few lines of code to your project: fromfastapiimportFastAPIfromapitally.fastapiimportApitallyMiddlewareapp=FastAPI()app.add_middleware(ApitallyMiddleware,client_id="your-client-id",env="dev",# or "prod" etc.) There's a detailedsetup guide for FastAPI, if you'd like to try it out. The Apitally dashboard looks like this ⬇️ Please let me know what you think! |
BetaWas this translation helpful?Give feedback.
All reactions
👍 5🎉 3
Replies: 1 comment
-
I like how it’s tailored for FastAPI and keeps things simple without the overwhelm of bigger platforms. The focus on privacy is a nice touch too |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1