Hi all, I was able to scrape metrics from Flyte (w...
# ask-the-community
a
Hi all, I was able to scrape metrics from Flyte (we use
flyte-core
) to Prometheus (using podMonitors) Regarding the Flyte User Dashboard - I believe there’s something not set up properly. The variable
workflow
is not set up correctly, since the query of
workflow
variable is:
label_values(flyte:propeller:all:collector:flyteworkflow, wf)
. This metrics does not have
wf
field… I couldn’t find any other metrics which aggregates all workflows in order to set this variable. Am I missing anything? Please help 🙂 Thanks!
I have to say these dashboards can better polished… There are many modifications we have to do in order to make it work properlly
s
Is it possible for you to upstream the modifications you had to do?
Regarding the empty
wf
field, could you look at this thread? https://discuss.flyte.org/t/10407/hi-y-all-i-am-using-https-grafana-com-grafana-dashboards-139#7b4e632d-0564-4859-aa61-977277ff785a Let me know if this is unclear to you.