Hi all, I am trying to implement prometheus-prefec...
# ask-community
k
Hi all, I am trying to implement prometheus-prefect-exporter to gather all the information of my flows on my kubernetes cluster. I am using prefect-worker for scheduling pods (flows) and prefect cloud 2 to orchiestrate them. Is it possible to use prefect-exporter in this configuration? Or does it only work with self hosted prefect-server? Cannot see configuration how should i authenticate to prefect api when passing prefectApiUrl as https://api.prefect.cloud/api/accounts/acc-id/workspaces/workspace-id In documentation i found only how to configure it for self hosted app with url: http://prefect-server.prefect.svc.cluster.local:4200/api Thanks in advance for any kind of help!
j
Hi @Kuba - yes, the prometheus-prefect-exporter is meant to be used with the self-hosted prefect server, not cloud!
k
@Jamie Zieziula thank you for the confirmation!