-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 Retry and Queue settings to honeycomb exporter #2714
Add Retry and Queue settings to honeycomb exporter #2714
Conversation
|
Codecov Report
@@ Coverage Diff @@
## main #2714 +/- ##
==========================================
- Coverage 91.55% 91.54% -0.01%
==========================================
Files 465 465
Lines 22848 22852 +4
==========================================
+ Hits 20918 20920 +2
- Misses 1437 1438 +1
- Partials 493 494 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@paulosman @lizthegrey @MikeGoldsmith please review |
LGTM, thanks! @au-akash, you'll need to accept the CLA before the PR can be merged. |
Thanks @paulosman! We're working on getting CLA approval |
507e59a
to
385eb54
Compare
64ec1eb
to
5c400eb
Compare
I signed it |
Please rebase/ |
23cf856
to
bf16ef5
Compare
@lizthegrey I |
can you screenshot what happens when you visit https://api.easycla.lfx.linuxfoundation.org/v2/repository-provider/github/sign/9522512/196414933/2714/#/?version=1 |
7c0a1ab
to
7422dc5
Compare
7422dc5
to
e22bde2
Compare
@lizthegrey @paulosman Sorry for the delay, CLA has now been approved. Feel free to merge whenever you're ready 🙏 |
Based on @paulosman approver merging this |
@james-bebbington is currently working on something else and cannot allocate time to the Collector. James, thanks for you work on the Collector, you are welcome back anytime in the future.
Description:
Adding RetrySettings and QueueSettings to Honeycomb Exporter
Adding these settings offered by the exporterhelper will allow users of the Honeycomb exporter to retain queued retry behavior
Testing:
RetrySettings and QueueSettings have been tested in exporterhelper, tests inside honeycomb exporter were changed to expect RetrySettings and QueueSettings
Documentation:
Added documentation on the new settings which can be configured on the exporter with descriptions on the defaults as well as their purpose