Opamp migration#789
Conversation
|
Upstream is missing exponential backoff which we currently have available in the agent. I think it's okay to miss out that feature for now, but we need to prioritize it upstream |
…ampManager.java Co-authored-by: jackshirazi <[email protected]>
Whoops, I forgot to close that issue. Exponential backoff was added in the last PR. |
|
so it should be applied here? because I tested and there was no backoff, it just iterated trying to connect every 30 seconds. Does it need enabling? |
Hmm, that's odd. It's set here in the opamp manager. Though maybe there's an issue with the implementation itself. Just for the record, the upstream retry mode is only enabled when the server returns an |
|
ah, I test with an unavailable port, so connection refused |
Got it. Still, I took the time and added a test case for exponential backoff in |
|
I added open-telemetry/opentelemetry-java-contrib#2274 which we'll get here when it winds onto the version that has it |
Closes #788