elixir_agent
elixir_agent copied to clipboard
New Relic's Open Source Elixir Agent
**Describe the bug** A clear and concise description of what the bug is. I think this more of a question, since I am not sure if this is expected from...
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...
**Is your feature request related to a problem? Please describe.** After launch my phoenix app, the newrelic debug messages are output all the time: ``` [DEBUG] - 2023-11-06 20:10:57 -...
Adds handlers for "generic" (I see this term used elsewhere in this module) `tracestate` and `traceparent` headers for the non-HTTP path of associating a trace. My use case is associating...
**Is your feature request related to a problem? Please describe.** How can I configure this agent to use a proxy when connecting to the internet. I tried to configure `:httpc`...
**Describe the bug** When calling `SET ` the agent reports this as a "Bad attribute". We're using a library that calls `:erlang.binary_to_term` on the value before putting it into redis....
**Is your feature request related to a problem? Please describe.** There appears to be no way to disable Distributed Tracing via the agent's configuration. Not all of our applications need...
Using Logger.log makes compile time purge matching [not possible](https://hexdocs.pm/logger/1.9.4/Logger.html#log/3) which means logging is all or nothing with regards to purging. This change would allow compile time purge matching by log...
**Describe the bug** We have a cron job running every night. This process crashes sometimes and we would like to monitor the crashes on new relic. As this is not...
**Describe the bug** The agent seems to be working because data is showing in NewRelic but we are getting a lot of errors: ``` 08:25:41.483 [error] new_relic_agent - Failed to...