superfly / dashboards

Collection of dashboards for visualizing Fly.io app data
9 stars 0 forks source link

Fix Networking Bytes Sent graph #8

Closed wjordan closed 1 year ago

wjordan commented 1 year ago

The "Sent" time series on the Bytes graph was using the incorrect query fly_instance_net_recv_bytes, it should use fly_instance_net_sent_bytes instead.