Function analyze_cost_over_time

Source
pub async fn analyze_cost_over_time(
    platform_id: i64,
    request: Json<CostOverTimeRequest>,
    db_manager: &State<Arc<DatabaseManager>>,
) -> Result<Json<Vec<(DateTime<Utc>, f64)>>, (Status, Json<Value>)>
Expand description

Get application cost over time