ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend

Monitoring: Metrics Improve HTTP and DB collection

Open
#1,008 0 comments 0 reactions 1 assignee View on GitHub

@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:

    1. Traffic at platform and endpoint level (excluding general endpoints like health)
    2. Latency
    3. Errors
  • DB metrics:

    1. Query performance
    2. Slow queries
    3. Overview of connections (open/close/invalidate)
    4. Transactions (commit vs rollback ratio)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.