You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.
to support update config by API, rather than change config and do restart.
I expect a service that support API call, which I can use Golang client package to do the call, to update/add/delete ( probe item ), may also update local config file at the same time( so latest config survival process restart ).
The text was updated successfully, but these errors were encountered:
@chinglinwen That's correct. Cloudprober doesn't persist config changes. It becomes really tricky to do both -- dynamic reconfiguration as well as persistence. We can probably do something along the lines of checkpointing, but maintaining and cleaning up checkpoints is also tricky.
Currently the expectation is that the client software will maintain the config and will recreate (if cloudprober dies for some reason) cloudprober with the latest config.
This is a feature request.
to support update config by API, rather than change config and do restart.
I expect a service that support API call, which I can use Golang client package to do the call, to update/add/delete ( probe item ), may also update local config file at the same time( so latest config survival process restart ).
The text was updated successfully, but these errors were encountered: