-
Notifications
You must be signed in to change notification settings - Fork 687
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
Add delay in the agent between each metric push #4122
Conversation
22c7729
to
28730bd
Compare
28730bd
to
548b6ab
Compare
548b6ab
to
12d4fca
Compare
Can you please add an entry to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor changes requested
- change request: Don't use
context.TODO()
- change request: Don't use
testify/suite
- suggestion: Come up with a better name than
metricsRelayDeadline
But on the whole it looks good!
Sure, under 2.3.0 ? or does it go in a 2.2.2 ? |
36fecb9
to
a271e69
Compare
@LukeShu I have one question aswell about the metrics sink (that the agent is listening, and relaying). Does it always push all the metrics ? Is there a risk I miss something by putting this 30s cooldown period ? I see some differences between payloads, but only on some internal metrics which are not relevant to me. |
f961f9c
to
ea286e5
Compare
12f13a6
to
00379a0
Compare
Rebased to fix conflict in the changelog file. |
00379a0
to
f74918d
Compare
Signed-off-by: Kévin Lambert <kevin.lambert.ca@gmail.com>
Signed-off-by: Kévin Lambert <kevin.lambert.ca@gmail.com>
Signed-off-by: Kévin Lambert <kevin.lambert.ca@gmail.com>
Signed-off-by: Kévin Lambert <kevin.lambert.ca@gmail.com>
f74918d
to
6676886
Compare
setting DCO to pass since @knlambert is with Ambassador Labs |
@AliceProxy I guess this needs to be merged over to |
@khussey I've already cherry-picked and merged these commits into the 2.3 release branch :) |
Description
Currently:
Changes:
To do (need some help :o) )
Testing
Checklist
CHANGELOG.md
.