Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix processing error for pause message on agent config topic #314

Merged
merged 15 commits into from
May 22, 2023

Conversation

achawla2012
Copy link
Contributor

@achawla2012 achawla2012 commented May 11, 2023

Proposed changes

Validation through Agent log

time="2023-05-17T16:10:26Z" level=debug msg="metricSenderBackoff in metrics_sender.go with agent config details:<server:<backoff:<initial_interval:60 randomization_factor:0.1 multiplier:1.5 max_interval:60 max_elapsed_time:120 > > >  "
time="2023-05-17T16:10:26Z" level=debug msg="update metric reporter client backoff settings to {InitialInterval:1m0s MaxInterval:1m0s MaxElapsedTime:2m0s Multiplier:1.5 Jitter:0.1}, for a pause command details:<server:<backoff:<initial_interval:60 randomization_factor:0.1 multiplier:1.5 max_interval:60 max_elapsed_time:120 > > > "

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING document
  • I have run make install-tools and have attached any dependency changes to this pull request
  • If applicable, I have added tests that prove my fix is effective or that my feature works
  • If applicable, I have checked that any relevant tests pass after adding my changes
  • If applicable, I have updated any relevant documentation (README.md)
  • If applicable, I have tested my cross-platform changes on Ubuntu 22, Redhat 8, SUSE 15 and FreeBSD 13

@netlify
Copy link

netlify bot commented May 11, 2023

Deploy Preview for agent-public-docs canceled.

Name Link
🔨 Latest commit 8d0391c
🔍 Latest deploy log https://app.netlify.com/sites/agent-public-docs/deploys/64677e612c212c00080f0930

@github-actions github-actions bot added chore Pull requests for routine tasks dependencies documentation Improvements or additions to documentation labels May 11, 2023
@achawla2012 achawla2012 changed the title Add test to process message on agent config topic for metric sender plugin Fix processing error for pause message on agent config topic May 17, 2023
@github-actions github-actions bot added the bug Something isn't working label May 18, 2023
@oliveromahony oliveromahony merged commit da8b861 into nginx:main May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chore Pull requests for routine tasks dependencies documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants