You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New relic agent is not reporting accurate metrics for pekko http server.
Description
We have introduced Pekko http instead of Akka and used below version in our API server
pekko-http -> 1.0.1
pekko-actor-typed -> 1.0.2
We are using new relic java agent version 8.11.1 and adding it to execution as java agent -javaagent:/usr/local/newrelic/newrelic.jar
Expected Behavior
We expect new relic agent to report transaction under web and with expected response time but transactions are reported under RestWebService under non-web traffic.
New relic agent is not reporting accurate metrics for pekko http server.
Description
We have introduced Pekko http instead of Akka and used below version in our API server
pekko-http -> 1.0.1
pekko-actor-typed -> 1.0.2
We are using new relic java agent version 8.11.1 and adding it to execution as java agent
-javaagent:/usr/local/newrelic/newrelic.jar
Expected Behavior
We expect new relic agent to report transaction under web and with expected response time but transactions are reported under RestWebService under non-web traffic.
Troubleshooting or NR Diag results
We dont see inconsistency logs after moving to pekko
Steps to Reproduce
step-1 create a apache pekko server with above mentioned versions
step-2 add new relic java agent and deploy app as container
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: