Hi Team,
I am trying to configure Prometheus on Windows server 2022 Hosted on AWS environment,.
I want the application to run automatically even when the server is rebooted, but running Prometheus as service using the command sc create Prometheus binPath= "C:\Prometheus\prometheus.exe --config.file=C:\Prometheus\prometheus.yml --storage.tsdb.path=C:\Prometheus\data" start= auto
service is getting created but unable to start, getting error
Error 1053: the service did not respond to the start or control request in a timely fashion and starting fails.
Not sure what I am missing, please suggest me a way to overcome this issue.
Using NSSM is out of box, i want to use only windows service.
Regards
Diwahar