ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend

Monitoring: Health checks for endpoints

Open
#987 0 comments 0 reactions 1 assignee View on GitHub

@Prajna1999 is already working on this.

Since Jun 30, 2026.

  • #1021 by @Prajna1999 — open
enhancement
Dominant language
Python
Stars
18
Forks
10
Avg merge
2d 20h
Merged PRs (30d)
14

Description

Is your feature request related to a problem?
We lack visibility into the health of our most used endpoints (llm/call, evaluation/, llm/chain). When an endpoint goes down, we only discover it through failures. We currently do have monitoring and alerts in place to track PENDING jobs which remain in that state for longer than expected, but this is retroactive behavior.

Describe the solution you'd like
Include:

  • Multiple endpoints (llm/call)
  • Multiple providers (Google, OpenAI, Sarvam, Elevenlabs etc.)
  • All supported modalities (text, STT, TTS)

Ensure it remains minimal and low-cost:

  • Use a short sentence/phrase as probe input to minimize API costs
  • Focus on endpoint health signals rather than a complete monitoring framework

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.