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

[exporter/sumologicexporter]: adds support for tracing #33021

Merged
merged 6 commits into from
May 22, 2024

Conversation

sumo-drosiek
Copy link
Member

@sumo-drosiek sumo-drosiek commented May 13, 2024

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:

  • unit tests

Documentation:

  • Readme

@sumo-drosiek sumo-drosiek changed the title Drosiek tracing [exporter/sumologicexporter]: adds support for tracing May 14, 2024
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
@sumo-drosiek sumo-drosiek marked this pull request as ready for review May 14, 2024 19:10
@sumo-drosiek sumo-drosiek requested a review from a team as a code owner May 14, 2024 19:10
@sumo-drosiek
Copy link
Member Author

I hope this is the last one. I am going to be very happy about closing this saga 🤞

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
@sumo-drosiek
Copy link
Member Author

.chloggen/drosiek-tracing.yaml Outdated Show resolved Hide resolved
exporter/sumologicexporter/exporter.go Show resolved Hide resolved
@sumo-drosiek
Copy link
Member Author

sumo-drosiek commented May 20, 2024

cc: @open-telemetry/collector-contrib-approvers

exporter/sumologicexporter/config.go Outdated Show resolved Hide resolved
exporter/sumologicexporter/config.go Show resolved Hide resolved
exporter/sumologicexporter/config.go Outdated Show resolved Hide resolved
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
@@ -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
Copy link
Member

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.

Copy link
Member Author

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

@songy23 songy23 added the ready to merge Code review completed; ready to merge by maintainers label May 22, 2024
@andrzej-stencel andrzej-stencel merged commit cab59ab into open-telemetry:main May 22, 2024
169 checks passed
@github-actions github-actions bot added this to the next release milestone May 22, 2024
@sumo-drosiek sumo-drosiek deleted the drosiek-tracing branch May 28, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter/sumologic ready to merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants