Feature: add Ktor support#2891
Open
dhilpipre wants to merge 39 commits into
Open
Conversation
# Conflicts: # instrumentation/kotlin-coroutines-1.4/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_14/Utils.java # instrumentation/kotlin-coroutines-1.7/src/main/java/com/newrelic/instrumentation/kotlin/coroutines_17/Utils.java
This was referenced May 19, 2026
Contributor
Author
|
After May 29th, please reach out to Gulab Sidhwani for assistance to resolve any issues or to answer any questions |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2891 +/- ##
============================================
+ Coverage 70.76% 70.84% +0.07%
- Complexity 10659 10676 +17
============================================
Files 879 875 -4
Lines 42971 42982 +11
Branches 6501 6501
============================================
+ Hits 30409 30451 +42
+ Misses 9627 9595 -32
- Partials 2935 2936 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Configure Kotlin Coroutines to ignore Ktor Suspend Functions
Add instrumentation for Ktor Utils (Ktor Pipelines)
Add support for Ktor Http Clients
Add Ktor Http Server Support
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.
(updated summary by Steven Harvath): this PR provides full Ktor observability for both Ktor 2.x and 3.x. It facilitates distributed trace propagation on the client side, including transaction boundaries and naming on the server side across multiple server engines (CIO, Netty, Jetty), and async token propagation through Ktor's coroutine-based pipeline.