mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-25 17:35:58 +03:00
[PR #326] [MERGED] feat: add health check monitoring and alerting system #335
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/justlovemaki/AIClient-2-API/pull/326
Author: @ggdayup
Created: 2/13/2026
Status: ✅ Merged
Merged: 2/13/2026
Merged by: @justlovemaki
Base:
main← Head:feature/health-check-alerts📝 Commits (1)
46fc601feat: add health check monitoring and alerting system📊 Changes
3 files changed (+126 additions, -5 deletions)
View changed files
📝
src/providers/provider-pool-manager.js(+105 -0)📝
src/services/api-manager.js(+20 -4)📝
src/services/api-server.js(+1 -1)📄 Description
功能介绍
为 Provider Pool Manager 添加健康检查监控和告警系统,提高系统的可观测性。
主要改进
配置方法
在 config.json 中添加 HEALTH_ALERT_WEBHOOK_URL 环境变量。
测试
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.