Reload Blackbox exporter configuration
masterYou can reload the Blackbox exporter configuration at runtime without restarting the process. If the new configuration is invalid, the changes will not be applied.
To trigger a reload, you can:
- Send a
SIGHUPsignal to the process. - Send an HTTP POST request to the
/-/reloadendpoint.
Alternatively, you can enable automatic configuration reloading using the --config.enable-auto-reload flag. When enabled, the exporter checks for changes at an interval defined by --config.auto-reload-interval (defaults to 30 seconds).