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:
parent
35856afb2e
commit
f1223bb81b
|
|
@ -312,7 +312,7 @@ resource "null_resource" "app_service_monitor" {
|
|||
- ${var.namespace}
|
||||
endpoints:
|
||||
- port: http
|
||||
path: /metrics
|
||||
path: /api/metrics
|
||||
interval: 30s
|
||||
EOF
|
||||
EOT
|
||||
|
|
|
|||
Loading…
Reference in New Issue