feat(nowchess): update metrics paths for Grafana scraping to include API endpoints

This commit is contained in:
2026-05-13 09:05:32 +02:00
parent cebaae52ad
commit daee171e9b
+4 -4
View File
@@ -14,7 +14,7 @@ spec:
app: nowchess-account app: nowchess-account
annotations: annotations:
k8s.grafana.com/scrape: "true" k8s.grafana.com/scrape: "true"
k8s.grafana.com/metrics_path: "/q/metrics" k8s.grafana.com/metrics_path: "/api/account/q/metrics"
k8s.grafana.com/metrics_portNumber: "8083" k8s.grafana.com/metrics_portNumber: "8083"
spec: spec:
imagePullSecrets: imagePullSecrets:
@@ -246,7 +246,7 @@ spec:
app: nowchess-core app: nowchess-core
annotations: annotations:
k8s.grafana.com/scrape: "true" k8s.grafana.com/scrape: "true"
k8s.grafana.com/metrics_path: "/q/metrics" k8s.grafana.com/metrics_path: "/api/q/metrics"
k8s.grafana.com/metrics_portNumber: "8080" k8s.grafana.com/metrics_portNumber: "8080"
spec: spec:
imagePullSecrets: imagePullSecrets:
@@ -525,7 +525,7 @@ spec:
app: nowchess-store app: nowchess-store
annotations: annotations:
k8s.grafana.com/scrape: "true" k8s.grafana.com/scrape: "true"
k8s.grafana.com/metrics_path: "/q/metrics" k8s.grafana.com/metrics_path: "/api/store/q/metrics"
k8s.grafana.com/metrics_portNumber: "8085" k8s.grafana.com/metrics_portNumber: "8085"
spec: spec:
imagePullSecrets: imagePullSecrets:
@@ -606,7 +606,7 @@ spec:
app: nowchess-ws app: nowchess-ws
annotations: annotations:
k8s.grafana.com/scrape: "true" k8s.grafana.com/scrape: "true"
k8s.grafana.com/metrics_path: "/q/metrics" k8s.grafana.com/metrics_path: "/ws/q/metrics"
k8s.grafana.com/metrics_portNumber: "8084" k8s.grafana.com/metrics_portNumber: "8084"
spec: spec:
imagePullSecrets: imagePullSecrets: