Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config reload via HTTP API should return status code #1425

Closed
RichiH opened this Issue Feb 24, 2016 · 4 comments

Comments

Projects
None yet
3 participants
@RichiH
Copy link
Member

RichiH commented Feb 24, 2016

As of right now, prometheus_config_last_reload_success_timestamp_seconds provides information from within Prometheus on if a reload was successful or not, but a simple return to the caller would allow me to see if everything was fine from CLI.

@RichiH

This comment has been minimized.

Copy link
Member Author

RichiH commented Feb 24, 2016

curl 'http://localhost:9090/api/v1/query?query=prometheus_config_last_reload_success_timestamp_seconds' is a crude workaround, but kinda icky.

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Feb 24, 2016

Related to #1149

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Feb 29, 2016

Per #1292, having the error message would be good too.

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 24, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.