-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Provide support for hot-swapping scraping configuration #573
Comments
This is a feature that our customers would like to have. Because they need to be able to change the metrics on the fly without having to restart the service or re-deploy it. They want it to be fully independent and decouple so it can live even if the service is down and continue to work even if the service is deployed after Promitor was deployed. Also they want to make sure that Promitor will start fetching new metrics the moment |
We should move the validation inside the deserialization somehow rather than based on the output - see @adamconnelly his suggestion |
This issue is stale because it has been open with no activity. Remove |
Provide support for hot-swapping scraping configuration so that agent does not need to be restarted.
The text was updated successfully, but these errors were encountered: