newrelic / elixir_agent

New Relic's Open Source Elixir Agent
https://hex.pm/packages/new_relic_agent
Apache License 2.0
252 stars 96 forks source link

Is Bandit HTTP server supported? #415

Open sgessa opened 10 months ago

sgessa commented 10 months ago

I have a phoenix application using bandit as HTTP server instead of the default cowboy. When using bandit the transactions are not showing in the NewRelic APM dashboard. Is this not supported or there are extra configuration needed to make the agent work with bandit ?

Thanks!

rodrigocaldeira commented 6 hours ago

Hey.

I've made some changes in this branch and it sent data to NewRelic from my application normally.

It is an experimental change for now and I don't have deep knowledge about NewRelic integration, so I can't ensure it is working properly. Please, feel free to comment about it.