0

We moved Lumen to Laravel Octane and I was trying to install newrelic for php but there are no requests in our newrelic interface. Is there any way to install Laravel Octane using Roadrunner or Swoole?

1 Answers1

0

RoadRunner supports NewRelic via dedicated middleware or via OpenTelemetry: https://roadrunner.dev/docs/middleware-newrelic/2.x/en, https://roadrunner.dev/docs/middleware-otel/2.x/en

rustatian
  • 11
  • 4
  • Hi Rustatian, thanks for sharing. I'm getting this error: 2023-05-08T21:03:42.000+0700 WARN http requested middleware does not exist {"requested": "new_relic"} – radu paraleste May 08 '23 at 17:54
  • Hey Radu :) Unfortinately, there is no `new_relic` middleware anymore. It was replaced (https://github.com/roadrunner-server/roadrunner/releases/tag/v2.11.0) a year ago with the OpenTelemetry plugin: https://roadrunner.dev/docs/lab-otel/2023.x/en – rustatian May 09 '23 at 18:29