api-analytics
api-analytics copied to clipboard
Lightweight monitoring and analytics for API frameworks.
I think it is because the row size is too large. My web application gets about 150k requests, now approximately 300k for 2 days. It took 10 minutes for me...
Hi Tom! Firstly I really appreciate your work you've done here. I've tested the solution with one of my APIs, I love the way you're presenting the data. I have...
My analytics site has incredibly long loading time (over 40 seconds)! https://www.apianalytics.dev/dashboard/fb1f330ea13b4f4c91a8de83895e56e3 That's the analytics for this website: https://markdown-videos-api.jorgenkh.no/ The source code is available here in case you wanna look...
I am having a POST function that currently takes up to 20 seconds. I see the request to the endpoint in my dashboard, but the response time seems to be...
I had the same idea of building a lightweight middleware that can capture API metrics natively in the service. 1. What is your vision or goal with this project? Maybe,...
It would be useful if you could put some developer docs if someone wants to pull the project and try to run locally. also a docker compose file would be...
Hello! Awesome project. For the rocket analytics, the ["true path"](https://github.com/tom-draper/api-analytics/blob/main/analytics/rust/rocket/analytics/src/analytics.rs#L124) is recorded. This ends up yielding endpoints in the UI like `/api/things/some_unique_id`, rather than likely the grouping that most people...
I am using fastapi . I have generated the API key and used it in the code. I am not getting the response on the dashboard. I have hit the...
I am getting `no matches found: api-analytics[fastapi]` when I try to install via `pip install api-analytics[fastapi]`. In addition, after installing via `pip install api-analytics`, doing `import fastapi_analytics.fastapi import Analytics` doesn't...
I have been trying to use API ANALYTICS with Langchain Langserve but when I use add_routes with Langserve, API ANALYTICS is not picking them up. Is there anything I can...