I have multiple streaming jobs running in the same project, and the GCP billing page isn't very granular - I'd like to break things out per job. Is there a way to do this?
我在同一个项目中运行了多个流媒体作业,而GCP计费页面并不是非常精细 - 我希望每个工作都能解决问题。有没有办法做到这一点?
1 个解决方案
#1
2
Currently, the dataflow UI does not provide a per-job breakdown of costs. You can calculate the cost of a job using Dataflow's pricing rules, and multiplying those by the metrics in the Resource metrics section of the UI.
目前,数据流UI不提供每个作业的成本细分。您可以使用Dataflow的定价规则计算作业的成本,并将其乘以UI的“资源指标”部分中的指标。
#1
2
Currently, the dataflow UI does not provide a per-job breakdown of costs. You can calculate the cost of a job using Dataflow's pricing rules, and multiplying those by the metrics in the Resource metrics section of the UI.
目前,数据流UI不提供每个作业的成本细分。您可以使用Dataflow的定价规则计算作业的成本,并将其乘以UI的“资源指标”部分中的指标。