Hey, I've managed to setup prometheus and grafana....
# ask-the-community
c
Hey, I've managed to setup prometheus and grafana. I've noticed that in the admin dashboard, I always have no data on all the DB related panels (e.g. all panels under
DB execution ops stats
) The cause of this seems to be that it's querying metrics that do not exist such as:
flyte:admin:admin:database:postgres:repositories:executions:get_ms
. It seems that all these DB related metrics start with
flyte:admin:admin:database:postgres
, which I do not see being emitted by my
flyte-binary
instance. There are some that are starting with
flyte:admin:admin:database
, so wondering if these metrics got renamed (but not updated in the admin dashboard on grafana?