factorio_items_launched_total{name="satellite"} will give you total satellites launched
using the deriv() function will translate that into a per-second rate. for example, per hour is
deriv(factorio_items_launched_total{name="satellite"}[1h]) * 60 * 60