apitally-py
apitally-py copied to clipboard
Simple API monitoring & analytics for Python web applications
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/apitally/apitally-py). ## Pending Approval These branches will be...
The `ApitallyMiddleware` for Starlette currently relies on a shutdown event handler to send a final set of requests data to Apitally before the application exits. Shutdown event handlers are [deprecated...