How to CL start a existing prometheus?

From the Doc, the command line “ray metrics launch-prometheus” will download an start the prometheus. Supoose I have installed a prometheus ahead and want to use this instance ranther than to download a new one, what is the command ?

same command should work

I have tried but not work. It seems ““ray metrics launch-prometheus” command does some internal configuration after it downloads and installs the prometheu by its own. I have expected there are some arguments I can pass into but not found.

I have installed a prometheus and it can start as usual. But when I run “ray metrics launch -promeths”, it insists on downloading and installing another one for me .

Hi, instead of using a CLI command from Ray, you should just launch prometheus directly from where you installed it and use a correct configuration.

Instructions are here: Collecting and monitoring metrics — Ray 2.34.0

1 Like