Example searches: “Redpanda Admin API”, “aggregate_metrics”, “cert_file”, “Verify identity of current user and resolve to a principal”, “name”
Check if the broker has recovered after a restart.
Post-restart check result
The load that the broker has reclaimed after restarting, as a percentage of in-sync replicas.
Minimum value is 0, maximum value is 100.
0
100
curl \ --request GET 'http://localhost:9644/v1/broker/post_restart_probe'
{ "load_reclaimed_pc": 42 }