I am myself new to elixir and haven’t worked with Ecto yet but if you add
NewRelic.start_transaction("Task", "TaskName")
to the code block you are looking to have metrics about can check what it captures in new relic dashboard.
I am myself new to elixir and haven’t worked with Ecto yet but if you add
NewRelic.start_transaction("Task", "TaskName")
to the code block you are looking to have metrics about can check what it captures in new relic dashboard.