elixir_agent icon indicating copy to clipboard operation
elixir_agent copied to clipboard

New Relic's Open Source Elixir Agent

Results 40 elixir_agent issues
Sort by recently updated
recently updated
newest added

I'd just like to say thank you for maintaining this library! So far my experience with it has been great! **Is your feature request related to a problem? Please describe.**...

feature request

**Describe the bug** I'm seeing the following error in my `tmp/new_relic.log` ``` [ERROR] - 2022-08-17 19:34:18 - preconnect: (failed_request) {:failed_connect, [{:to_address, {'collector.eu01.nr-data.net', 443}}, {:inet, [:inet], :timeout}]} ``` Changing the [http...

Hi, I ran into a bug when spawning supervised tasks via `Task.async_stream_nolink/6`. When spawning tasks with MFA, the TopProcess GenServer will crash when trying to parse the spawned Tasks info...

We're seeing http connection timeouts due to slow server responses. This allows users to define custom configuration for the httpc request options so they can pass in a timeout that...

**Is your feature request related to a problem? Please describe.** The `NewRelic.start_transaction()` automaticaly catches exceptions and reports errors, which is great for most use cases, but sometimes you can't raise...

* Adds `NewRelic.report_dimensional_metric/4`

**Is your feature request related to a problem? Please describe.** We have a use case for needing to configure the `cacertfile` being used to connect to New Relic. Currently inside...

**Is your feature request related to a problem? Please describe.** Currently we are stuck with 1.22.6 version of https://github.com/newrelic/elixir_agent because in its later versions it somehow started tracking time for...

**Describe the bug** Sampling timeouts occur under load on my IOT facing API nodes. Need a way to increase timeouts or expose other configuration settings to avoid this exception. ![image](https://user-images.githubusercontent.com/6298118/173718649-2d1b6114-13c7-461f-ba4a-e70ae3d1fc32.png)...

**Describe the bug** When running a function in a release eval the events do not get sent to newrelic without a long running process. This is not the case when...