jetmonv2 adapter: classify truncated-body failures as partial_response#1
jetmonv2 adapter: classify truncated-body failures as partial_response#1heydemoura wants to merge 2 commits intotrunkfrom
Conversation
|
Thanks for this. The uptime-bench side looks directionally right: mapping Jetmon v2 I'd like to hold this until Automattic/jetmon#87 settles the Jetmon-side of things. This PR currently depends on In the meantime, one small cleanup: Once the Jetmon metadata contract is confirmed, I think this should be straightforward to land. |
Summary
error_code=8(truncated body / partial payload) topartial_responsein the adapter normalization path.partial_responseas a first-class normalized outage type (not raw-classification reporting).Validation
go test ./internal/adapter/jetmonv2/...-> pass (ok, cached)go test ./internal/adapter/...-> pass (all adapter packagesok; baseinternal/adapterpackage has no test files)End-to-End Evidence
37e518b56abe97c8b9daad1025ebe88eshows monitor_reports carrying raw and normalizedpartial_responsefor the truncated-body scenario.