ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
46 stars 27 forks source link

External clusters: Provide metrics of all of them clusters for prometheus #5493

Closed sanderegg closed 8 months ago

sanderegg commented 8 months ago

Currently the dask-scheduler of each cluter is metrics-enabled. But, by the very nature of these external clusters they are autoscaled, and prometheus does'nt know where to scrape them.

Therefore we would need one centralized location to scrape these schedulers, which gives for now 2 options:

sanderegg commented 8 months ago

completed