Closed paul-mesnilgrente closed 1 year ago
ADD PUMA METRICS TO ALL APPS: As a Dan, I want to see our apps able to scale up and down according to custom metrics, so I can see interesting new squiggly lines in dashboards.
Acceptance Criteria
:9393/stats
Notes
Add the following annotation to the pod to enable Prometheus scrapes this new metric
annotations: prometheus.io/path: /stats prometheus.io/port: "9393" prometheus.io/scrape: "true"
This has already been added to API (staging/prod), Thumbnailer (prod), Natlib (staging/ prod)
ADD PUMA METRICS TO ALL APPS: As a Dan, I want to see our apps able to scale up and down according to custom metrics, so I can see interesting new squiggly lines in dashboards.
STORY
Acceptance Criteria
:9393/stats
across all apps. (staging and production)Notes
Add the following annotation to the pod to enable Prometheus scrapes this new metric
This has already been added to API (staging/prod), Thumbnailer (prod), Natlib (staging/ prod)