Metrics dashboard showing no data for app fanout-scraper-prod-new in ams region since the Jun 29 delayed metrics incident. Incident marked resolved but metrics still missing.
Tried destroying and redeploying. Tried clearing browser cookies. neither works
Hey @Nithi90, I just double checked and can confirm that the metrics cluster is doing its thing well and isn’t currently being delayed.
Without looking at anything specific I suggest you verify your metrics config in your fly.toml lines up with what your app is listening on to expose its metrics and verify that the endpoint works with curl after attaching to a machine in your app.
Hey @michaelp thanks for replying. I have not exposed any metrics endpoint on my toml. Im just looking for the Fly’s platform built in metrics like CPU/memory/network which I understand doesnt need an endpoint configured in the toml. It was showing just a few days before.
Ive attached a screenshot
Hmm, I had a look at fanout-scraper-prod-new and I don’t see any machines allocated to that app at the moment (there is two destroyed machines in history, but none that would be able to spin up, serve requests and therefor generate metrics)
Either head over to the Machines tab on your app there on the dashboard or run fly scale count 1 -a fanout-scraper-prod-new to bring up a new machine and let me know if that solves it?
I had to create a new app / machine and port everything over. Now the standard metrics are being picked up and I can view them on graphana