ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Monitoring: Metrics Improve HTTP and DB collection
Open
@vprashrex is already working on this.
Since Jul 7, 2026.
- Dominant language
- Python
- Stars
- 18
- Forks
- 10
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 14
Description
Is your feature request related to a problem?
Currently, we have minimal metrics collected from HTTP middleware, and all DB metrics are blocked. This limits our ability to monitor performance and troubleshoot issues effectively.
Describe the solution you'd like
Enhance metrics collection for both HTTP and DB. Specifically:
-
HTTP metrics:
- Traffic at platform and endpoint level (excluding general endpoints like health)
- Latency
- Errors
-
DB metrics:
- Query performance
- Slow queries
- Overview of connections (open/close/invalidate)
- Transactions (commit vs rollback ratio)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.