Apitally - Simple API monitoring & analytics for Starlette apps #2630
itssimon
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
looks great, few suggestion from my side
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Starlette community,
I’d like to introduce you to my indie product Apitally, a simple API monitoring & analytics tool for Starlette (and also FastAPI).
Apitally provides insights into API traffic, errors and performance, for the whole API, each endpoint and individual API consumers. It also monitors API uptime & availability, alerting users when their API is down.
The big monitoring platforms (Datadog etc.) can be a bit overwhelming & expensive, particularly for simpler use cases. So Apitally’s key differentiators are simplicity & affordability, with the goal to make it as easy as possible for users to understand their APIs usage and performance.
Apitally integrates with Starlette through middleware, which captures request & response metadata (never anything sensitive!) and asynchronously ships it to Apitally’s servers in regular intervals.
Here's a screenshot of the Apitally dashboard:
If you'd like to try it out, there's a (short) setup guide for Starlette.
Please let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions