Julien Bisconti
01/17/2022, 2:12 PM1 - (All workflows transition time / all workflows duration)
We use this PromQL query:
1 -
( flyte:propeller:all:workflow:completion_latency_unlabeled_ms_sum
+ flyte:propeller:all:node:transition_latency_unlabeled_ms_sum
+ flyte:propeller:all:node:queueing_latency_unlabeled_ms_sum
+ flyte:propeller:all:workflow:acceptance_latency_unlabeled_ms_sum)
/ (flyte:propeller:all:workflow:failure_duration_unlabeled_ms_sum + flyte:propeller:all:workflow:success_duration_unlabeled_ms_sum)
The numbers we get seem a bit off ( around 50%). Is the PromQL query correct? What do you recommend we use to measure that overhead time ?Ketan (kumare3)
Julien Bisconti
01/17/2022, 3:19 PMKetan (kumare3)