Merged
Conversation
When a :client type span is processed in an existing transaction, translate the OTel attributes to the required attrs for an ExternalRequestSegment. Update the segment before finish to make sure it has the http response code. Translate v1.17 and v1.23 semantic conventions into the right fields.
This simplifies testing, and is probably more accurate anyway
:client kind spans may not have the attributes necessary to create an ExternalRequestSegment. In those cases, at least for now, create a standard Segment.
When a :client span is received with a 'db.system' attribute, we attempt to use the start_datastore_segment API by passing the OTel attributes in the corresponding argument fields. Since operation is important for NR span names, we will attempt to parse it from a few different sources: db.operation, the name of the span, and from the query.
Logging gem instrumentation
Translate server attributes
Prepare config for launch
…n-step2 chore: Update metadata action version
Fix context sharing between NR and OTel
…segment Finish OTel span before forcing finish
Add hybrid agent changelog entry
Prerelease 10.2.0-pre
kaylareopelle
requested changes
Feb 17, 2026
kaylareopelle
approved these changes
Feb 18, 2026
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.
Automated PR for 10.2.0 release