Actions
Idea #15865
open[arvados-dispatch-cloud] Cumulative instance time and cost metrics
Start date:
Due date:
Story points:
-
Release:
Release relationship:
Auto
Description
From Dispatching containers to cloud VMs
In principle, these metrics can be estimated based on the existing instances_total and instances_price metrics. However:
- (counter) cumulative instance time and cost, partitioned by allocation state and node type
- prometheus doesn't offer an integral function
- updating a cumulative metric after every worker/pool update (i.e., in updateMetrics()) would provide decent accuracy even when prometheus sampling is infrequent/unreliable.
Related issues
Actions