PCA (Prometheus Certified Associate) sample exam question with answer 200
Question:
Which of the following is not a valid way to reload Prometheus configuration?
- send a POST request to /-/reload with the --web.enable-lifecycle flag
- send a SIGHUP signal to the prometheus process
- restart prometheus server(systemctl restart prometheus)
- promtool config reload
Answer:
D - is the correct answer