Robert Beekman
Robert Beekman
Right now we track ecto query metrics as instrumentation (events). It would be great if we could expose a dashboard with some global ecto query metrics (e.g. total query throughput...
It would be nice if we could support nested metadata, so customers don't have to stringify objects to JSON to get them to AppSignal
You can set a cause of an exception: http://www.virtuouscode.com/2013/12/25/exception-causes-in-ruby-2-1/ Lets see if we can handle those :) From Intercom: https://app.intercom.io/a/apps/yzor8gyw/inbox/conversation/1584663111?nsrc=slack, https://app.intercom.io/a/apps/yzor8gyw/inbox/conversations/11062469848
Response status codes (200,202 etc.) could help debug performance issues. e.g. short-returning a 404-not found could have a different impact on your app then returning a 200 with a body....
We've had a few customers ask about supporting Hanami (http://hanamirb.org/) Lets see if there's a nice way to integrate AppSignal with Hanami. ## Hanami Controller Hanami is split out in...
Shopify released the [autotuner](https://github.com/Shopify/autotuner) gem, which has a callback system to send metrics to a 3rd party. We love metrics, so it might be a nice idea to integrate with...
A common use-case for NFS mounts is to store user uploads independently of the front-end server hosting the app, ideally we track the disk usage for these shares too, as...