Hi,
Prometheus is no starting if the query_log_file path (prometheus.yml) doesn`t exists completely.
Prometheus will not start if the specified query_log_file path does not fully exist. In my example, the path “C:/Users/name/build” exists, but not “/prometheus/query.logs”. Is it possible to configure Prometheus so that Prometheus automatically creates the prometheus folder and the query.logs file on startup if it doesn’t exist?
global:
query_log_file: C:/Users/name/build/prometheus/query.logs
Thanks for the help!