Fabian Baier
03/22/2022, 8:47 PMlabel_values(flyte:propeller:all:collector:flyteworkflow, wf)
When I look at my propeller prom metrics however the wf
label is empty. Why?
# HELP flyte:propeller:all:collector:flyteworkflow Current FlyteWorkflow levels per instance of propeller
# TYPE flyte:propeller:all:collector:flyteworkflow gauge
flyte:propeller:all:collector:flyteworkflow{domain="development",project="testproject",task="",wf=""} 1
Ketan (kumare3)
flyte:propeller:all:collector:flyteworkflow{`domain="development"`,project="testproject",task="",wf=""}
Fabian Baier
03/22/2022, 9:04 PMwf
is emptyKetan (kumare3)
Dan Rammer (hamersaw)
03/22/2022, 10:48 PMKetan (kumare3)
Dan Rammer (hamersaw)
03/22/2022, 11:16 PMflyte:propeller:all:collector
metric is used for "metrics that show the current number of Flyte workflows, by project and domain". So basically, we periodically list all FlyteWorkflow CRDs and emit a metric showing aggregate numbers for project / domain combinations. Since we are showing combined counts over project / domains populating a wf and task value doesn't really make sense in this context. I'm not sure if the task
and wf
labels have been orphaned by updates, or if they have been applied incorrectly ... looking a little deeper.