feat(nowchess): update metrics paths for Grafana scraping to include API endpoints
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user