👋 Hi !
I am trying to configure the open source grafana graphs from here. I was wondering where can I find the recording rules that the panels are using? For instance, one of the panels in the admin dashboard uses:
Copy code
sum(flyte:admin:database:postgres:repositories:executions:get_ms) by (quantile)
👋 thanks again for your time. I have another question. We installed Flyte using the
flyte-binary
official chart. However, the recording rules that I mentioned above were not applied. Did we miss something when deploying? or shall I generate the recording rules and apply them manually ?