Does anyone know how to shape a query to the metrics API so that I can get the total outbound data for an app in a given time period?
i.e. How much outbound data the app has sent between two dates.
I think what I want is something like query=sum(fly_edge_data_out{app="app-slug"})
but so far I can’t find a combination to give me a single number instead of a zillion time series.
I’ve tried asking gpt4/claude/etc. and they keep taking me in circles with queries that aren’t right. I’ll buy you a coffee if you help me figure it out