feat: add metric endpoint, move logs to new telemetry dash
Code Analysis / SonarQube (push) Failing after 18s
Node.js CI / Lint and Test (push) Successful in 46s

This commit is contained in:
2025-10-07 16:01:01 -07:00
parent 568cbb92e1
commit 3c9f6fa41a
4 changed files with 63 additions and 19 deletions
+2 -1
View File
@@ -7,4 +7,5 @@ STRIPE_SECRET_KEY="op://Environment Variables - Naomi/Alert Server/stripe"
STRIPE_WEBHOOK_SECRET="op://Environment Variables - Naomi/Alert Server/stripe_webhook"
DISCORD_TOKEN="op://Environment Variables - Naomi/Alert Server/discord_token"
LOG_TOKEN="op://Environment Variables - Naomi/Alert Server/log_token"
ERROR_LOG_TOKEN="op://Environment Variables - Naomi/Alert Server/error_token"
ERROR_LOG_TOKEN="op://Environment Variables - Naomi/Alert Server/error_token"
TELEMETRY_TOKEN="op://Environment Variables - Naomi/Alert Server/telemetry_token"