-
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
[exporter/sumologicexporter]: adds support for tracing #33021
[exporter/sumologicexporter]: adds support for tracing #33021
Conversation
fc35f67
to
08c7860
Compare
Signed-off-by: Dominik Rosiek <[email protected]>
08c7860
to
1b7686b
Compare
I hope this is the last one. I am going to be very happy about closing this saga 🤞 |
Signed-off-by: Dominik Rosiek <[email protected]>
cc: @open-telemetry/collector-contrib-approvers |
Signed-off-by: Dominik Rosiek <[email protected]>
Signed-off-by: Dominik Rosiek <[email protected]>
@@ -99,7 +101,7 @@ exporters: | |||
decompose_otlp_histograms: {true, false} | |||
|
|||
# timeout is the timeout for every attempt to send data to the backend, | |||
# maximum connection timeout is 55s, default = 5s | |||
# maximum connection timeout is 55s, default = 30s |
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.
Is this maximum connection timeout ever enforced or tested? It's unrelated to this PR, so no need to do anything now, just something to consider if it's not currently enforced.
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.
I don't think we test it
Created issue so we can keep track of it: #33151
Description:
adds support for tracing
It should be the last PR which moves code from Sumo Logic repository. I will compare the codebase after merging it
Link to tracking Issue:
#32315
Testing:
Documentation: