Hey!
I’ve been playing around with Fly.io recently and really enjoy it, and love the Grafana dashboard that is built in.
I built a Golang project and deployed it using the git clone, fly.toml and fly deploy method. This gave me metrics in Grafana, which was great.
I’ve had to change my project to be deploy using a Dockerfile due to needing to bundle in some config files that I couldn’t do with a fly.toml file. It appears that metrics are no longer populating in the dashboard.
Is there anything I am missing, or need to do differently to get these metrics back when using a dockerfile to configure my project?
Thanks in advance!