mirror of
https://github.com/tiennm99/claude-status-webhook.git
synced 2026-04-17 13:21:01 +00:00
feat: add metrics tracking and remove unsupported HMAC verification
- Add metrics.js tracking webhooks, messages, cron, commands - Add GET /metrics/:secret endpoint (text + JSON format) - Remove HMAC verification (Statuspage doesn't support it) - Extract validateSecret helper in index.js - Integrate trackMetrics across webhook, queue, cron, bot handlers
This commit is contained in:
@@ -30,5 +30,4 @@
|
||||
// Secrets (set via `wrangler secret put`):
|
||||
// BOT_TOKEN - Telegram bot token
|
||||
// WEBHOOK_SECRET - Statuspage webhook URL secret
|
||||
// STATUSPAGE_HMAC_KEY - HMAC key from Statuspage webhook settings (optional)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user