-
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
sumologicexporter: add carbon formatter #2562
sumologicexporter: add carbon formatter #2562
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2562 +/- ##
=======================================
Coverage 91.37% 91.37%
=======================================
Files 431 432 +1
Lines 21461 21511 +50
=======================================
+ Hits 19609 19655 +46
- Misses 1387 1390 +3
- Partials 465 466 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
e4ebf64
to
c04ce53
Compare
Signed-off-by: Dominik Rosiek <[email protected]>
c04ce53
to
d616b80
Compare
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.
Expect that no other changes were added
Signed-off-by: Bogdan Drutu <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
* Fix TestBackoffRetry in otlp retry pkg The delay of the retry is within two times a randomization factor (the back-off time is delay * random number within [1 - factor, 1 + factor]. This means the waitFunc in TestBackoffRetry needs to check the delay is within an appropriate delta, not equal to configure initial delay. * Fix delta value * Fix delta Co-authored-by: Aaron Clawson <[email protected]>
Description:
Add support for carbon2 format to sumologicexporter
Rebased #2523 after #2543
Link to tracking Issue:
#1498
Testing:
Manual e2e tests, unit tests
Documentation:
Comments