Hi all,
Is there a way to check outbound usage of each app / org via the command line tool? I would like to be able to build my own automation and alerting around usage and it would be helpful if I can get the data through the command line.
Hi all,
Is there a way to check outbound usage of each app / org via the command line tool? I would like to be able to build my own automation and alerting around usage and it would be helpful if I can get the data through the command line.
This isn’t in flyctl at the moment, but you might be able to use fly metrics. Here’s a list of what comes pre-baked:
Apps also have a starter Grafana setup which you can play with at fly-metrics.net.
Gotcha, I did see those but was hoping for something more out of the box with the CLI. I’ll play around with Fly Metrics when I get the chance, thanks!