As you can see from this trace, a POST request reached vehicle-metric-service, and for some unknown reason (likely #13848) it 503's mid processing.
It was then retried by the default retry policy.
I really do not think the default retry policy should retry anything which successfully connected, only connection errors. @nmittler I know we've talked about this before but couldn't find the associated thread.

As you can see from this trace, a POST request reached vehicle-metric-service, and for some unknown reason (likely #13848) it 503's mid processing.
It was then retried by the default retry policy.
I really do not think the default retry policy should retry anything which successfully connected, only connection errors. @nmittler I know we've talked about this before but couldn't find the associated thread.