ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Monitoring: Health checks for endpoints
Đang mở
enhancement
- Ngôn ngữ chính
- Python
- Star
- 18
- Fork
- 10
- Merge trung bình
- 2 ngày 20 giờ
- Pull request đã merge (30 ngày)
- 14
Mô tả
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
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.