The Request struct in internal/config/monitor.go does not include followRedirects, even though the field is supported by the API and documented in the JSON Schema.
When using openstatus monitors apply, the followRedirects key in the YAML config is silently ignored, and monitors are created with the default value (true).
This is critical for monitoring endpoints that return redirect responses (e.g. 301, 307).
CLI version: 1.0.0
The
Requeststruct ininternal/config/monitor.godoes not includefollowRedirects, even though the field is supported by the API and documented in the JSON Schema.When using
openstatus monitors apply, thefollowRedirectskey in the YAML config is silently ignored, and monitors are created with the default value (true).This is critical for monitoring endpoints that return redirect responses (e.g. 301, 307).
CLI version: 1.0.0