Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instrumentation is not working for Pekko Http Server #1897

Closed
pjadav opened this issue May 17, 2024 · 2 comments
Closed

Instrumentation is not working for Pekko Http Server #1897

pjadav opened this issue May 17, 2024 · 2 comments

Comments

@pjadav
Copy link

pjadav commented May 17, 2024

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

@pjadav pjadav added the bug Something isn't working as designed/intended label May 17, 2024
@workato-integration
Copy link

@meiao
Copy link
Contributor

meiao commented May 17, 2024

Pekko Http is not supported at this time. The release notes for 8.11.0 explicitly mention this.

Support for Apache Pekko (i.e. the pekko-actor library). Support for Pekko HTTP coming soon. #1811

We are planning support for the next release.

@meiao meiao closed this as completed May 17, 2024
@github-project-automation github-project-automation bot moved this from Triage to Code Complete/Done in Java Engineering Board May 17, 2024
@meiao meiao removed the bug Something isn't working as designed/intended label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants