appsignal-ruby icon indicating copy to clipboard operation
appsignal-ruby copied to clipboard

🟥 AppSignal for Ruby gem

Results 95 appsignal-ruby issues
Sort by recently updated
recently updated
newest added

In PR https://github.com/appsignal/appsignal-ruby/pull/852 we added tracking for `gc_total_time`, renamed to `gc_time` in PR #874 . But then in PR https://github.com/appsignal/public_config/pull/38 I've removed the GC total time graph from the Ruby...

enhancement

When running the rails console on the container, the appsignal-agent process begins to utilize 100%+ of CPU, The customer using version 2.11.4 Diagnostic report: https://appsignal.com/admin/diagnose_reports/diagdaa54708f6b8b159c6b5 appsignal.log: https://app.intercom.com/a/apps/yzor8gyw/inbox/inbox/conversation/16410700023825#part_id=comment-16410700023825-7789530617

bug
support

To be consistent with other integrations, rename the `Minutely` module to the `Probes` module. ## TODO - [ ] Rename the `Minutely` module to `Probes. - [ ] Set up...

chore

We recently changed how MongoDB queries are sanitized to show more information to our users. (https://github.com/appsignal/appsignal-ruby/pull/819) We can do the same to Redis commands. Currently, we are sanitizing the whole...

enhancement
support

Rails 7 has been released. We want to make sure we're compatible with the same feature set as Rails 6. No need to support new features yet, but do make...

chore

I've previously documented something about it here: https://docs.appsignal.com/ruby/integrations/rails.html#error-reporting-during-start-up But we should look into if we want to offer this by default. Which I think would be a good idea. ##...

feature
requests

We're using [mina](https://github.com/mina-deploy/mina) instead of capistrano to deploy. It'd be nice to have out of the box support for AppSignal deploy markers. Right now we're using something like this: ```ruby...

support
feature

As agreed upon in https://github.com/appsignal/integration-guide/pull/124, add a function to manually stop the minutely probes. This may help with issue https://github.com/appsignal/appsignal-nodejs/issues/418 ## To do - [ ] Implement a public `Minutely.stop`...

enhancement

As agreed upon in https://github.com/appsignal/integration-guide/pull/124, make sure that the minutely probes don't drift, so they don't actually calculate metrics over 1 minute and 5 seconds, for example. ## TODO -...

enhancement

As agreed upon in https://github.com/appsignal/integration-guide/pull/124, update the minutely probes behavior. ## TODO - [ ] If probes are registered after the minutely probes have started, automatically start the newly registered...

enhancement