You should only see probe_success=0 or probe_success=1.
To make result_code 302 return probe_success=1 and everything else return probe_success=0, you
configure a "module" in blackbox_exporter appropriately.
modules:
http_must_redirect:
valid_status_codes: [302]
method: GET
If you want to check the response to see that the redirect sends you to a particular URL, then use fail_if_header_not_matches: on the Location header.