fix(monitoring): use /api/metrics path for ServiceMonitor

The Next.js API route is at /api/metrics, not /metrics.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2026-01-24 13:15:46 -06:00
parent 35856afb2e
commit f1223bb81b
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ resource "null_resource" "app_service_monitor" {
- ${var.namespace}
endpoints:
- port: http
path: /metrics
path: /api/metrics
interval: 30s
EOF
EOT