Replies: 1 comment
-
|
Two things need to happen: bring the monitoring services up, and make sure Prometheus points at the right target.
Check the api container is healthy. Prometheus depends_on: [api], but if the API is restarting (e.g. DB not ready yet) there's nothing to scrape. Once the target flips to UP, the Grafana dashboards populate automatically, since they're provisioned against the Prometheus datasource. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got rosscope running and the /metrics endpoint is exposed, but I'm not sure how to get the bundled Prometheus + Grafana stack to actually scrape it. Do I need to edit the scrape config, and what target should I use when everything's running via Docker Compose?
Beta Was this translation helpful? Give feedback.
All reactions