New RunLLM response generated:
>>>*# Question*
morning. how do folks do cost tracking on the cloud provider for per workflow or even per workflow execution basis. I understand it's difficult to do so because of kubernetes bin packing. we've been able to get aggregate costs by having flyte only schedule pods on flyte specific nodes, but wanted to hear if more granularity is possible
# Answer
To track costs per workflow or execution, you can monitor the pods labeled for tasks, workflows, projects, etc., and roll up the usage to estimate resource consumption. This approach requires external tools like Prometheus or Datadog, as Flyte does not provide this out-of-the-box (
source). Would you like more detail on setting this up?
Sources:
-
Flyte Community Discussion
Slack Link
https://.slack.com/archives/CP2HDHKE1/p1729093507.070119 👍 0 button 👎 0 button 💡
Hint: Mention @runllm in the thread for followups.