KG-622. Configure OTel with batch span exporter by default#1276
Open
KG-622. Configure OTel with batch span exporter by default#1276
Conversation
c739c08 to
67f8210
Compare
- Change the default span processor for OTel from Simple to Batch span processor implementation; - Add logic to wait for flushing all spans when agent is finished; - Update tests.
67f8210 to
979bd8e
Compare
Qodana for JVM1205 new problems were found
@@ Code coverage @@
+ 73% total lines covered
17354 lines analyzed, 12677 lines covered
# Calculated according to the filters of your coverage tool☁️ View the detailed Qodana report Contact Qodana teamContact us at qodana-support@jetbrains.com
|
kpavlov
reviewed
Jan 2, 2026
Comment on lines
+296
to
+297
| assertTrue(collectedSpansOnAgentClosing > 0) | ||
| assertEquals(collectedSpansOnAgentClosing, mockExporter.collectedSpans.size) |
Contributor
There was a problem hiding this comment.
Let’s use awaitility or eventually to help us avoid any potential flakiness. It’s always better to be safe than sorry!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
KG-622.
Motivation and Context
Update the default span processor for open telemetry to follow the common standards.
Breaking Changes
No
Type of the changes
Checklist
developas the base branchAdditional steps for pull requests adding a new feature