Trying to figure out how to get NewRelic to play n...
# ktor
s
Trying to figure out how to get NewRelic to play nice with Ktor. I see that this library (https://bitbucket.org/marshallpierce/kotlin-new-relic/src/master/ktor-new-relic/) existed at one point in the past but the bintray link is currently dead. My current issue is that I am getting all traces marked as
NettyDispatcher
. I tried adding a custom transaction name with
NewRelic.setTransactionName()
and that didn't work to my surprise. I see that @mp is in here and originally wrote what I linked. Curious specifically what you are doing now.