Colton Myers

Results 163 comments of Colton Myers

I do not think #792 will help -- that issue is just about adding the new pid to the metadata that is reported to the APM server, it doesn't actually...

Thanks for the request, @champ! Message queues are definitely on our radar and we do want to support them. In fact, we're [working on designing the UI](https://github.com/elastic/apm/issues/169) that would better...

This is something I ran into while [instrumenting tornado](https://github.com/elastic/apm-agent-python/pull/661/files). Because Tornado doesn't have any API for middleware, I had to treat it as an instrumentation, rather than an integration (like...

Thanks for the request! This has been an idea we've been throwing around for awhile (the [Java agent supports something like this](https://www.elastic.co/guide/en/apm/agent/java/current/config-core.html#config-trace-methods)), but it's not on our immediate roadmap. But...

Note to self: `setuptools` `entry_points` could be useful here.

@frnkvieira Great catch! We would love to see a PR if you have time. Don't worry about waiting for #1528. :) Keep us posted if you don't have time and...

Thanks for the request! Ref https://github.com/elastic/apm-agent-python/issues/942

Theoretically we're already forwarding unhandled exceptions via our framework integrations. Plus you can use [our excepthook](https://www.elastic.co/guide/en/apm/agent/python/current/configuration.html#config-use-elastic-excepthook) to make the capturing behavior even more broad. But perhaps it's worth adding another...

Yeah we'll have to do some testing/research to figure out how to handle this properly. But thanks for the report, definitely a case we want to handle gracefully.

@frnkvieira looks like you've turned off "allow maintainer edits" so I opened a PR instead: https://github.com/frnkvieira/apm-agent-python/pull/1 @julianogv apologies for the delay here!