Vince Foley

Results 56 comments of Vince Foley

Hello again! Any way folks in the community might be able to help get this work moving forward?

Mind sharing a snippet of code that demonstrates how you are optionally instrumenting?

Would you mind sharing an example of how you are instrumenting so I can think about this one?

Yep, using `TelemetrySdk` is the right path.. there's a good pattern going with Logs & Traces already. You'll also have to create a Harvester that collects & aggregates the metrics.....

This one is interesting, we need to "re write" the arguments of the function so we can log the function call itself. The `:__ignored__` atom is stuck in there to...

I started that a while back, the branch is here: https://github.com/binaryseed/elixir_agent/commits/absinthe-telemetry I never got around to finishing it... It requires an extension of the span reporting API that's not quite...

The GenServer tries to handle this by putting a `monitor` on the process and handling the case when the process goes down: https://github.com/newrelic/elixir_agent/blob/master/lib/new_relic/sampler/process.ex#L34 That said there's probably some kind of...

This is fully supported in the agent already, what version are you running?

Here's an app I run, do you see all this data on yours?

Ahh yes, I see, you are asking specifically for "Slow Query" support which you are correct is not yet implemented in the agent.