Fernando H. E. Bellincanta

Results 9 issues of Fernando H. E. Bellincanta

You can pass `:skip` options when calling `meta_tags`on views to skip some default options

## What does this pull request do? This PR adds better context to Racecar consumer transactions. 1. Transaction naming now includes the consumer class, in a format that is similar...

agent-ruby

We're actively using our Racecar instrumentation on production, it captures what we need in terms of grouped spans into transactions. There's a difficulty looking into a specific consumer's code performance...

agent-ruby

I have an external visualization tool that lacks the ability to group spans/errors into application actions, without relying on a costly `transaction.id` join style listing. If the spans and errors...

agent-ruby

This will update the `#{name}_updated_at` field after processing the file. By doing so it will enable people who uses CDNs to expire 404 errors caused by caching an access to...

Performance will always be an issue when it comes to APIs. With that in mind the project should adapt to the ever changing nature of web development and it's conventions....

enhancement
help wanted
performance

Suggestion is to adopt a [Rack Attack](https://github.com/kickstarter/rack-attack) configuration that allows to control request limiting per `Apicasso::Key`. This project was designed to have this feature implemented based on JSON rule present...

enhancement

We already have an OK documentation present on the comments across the projects' files. This is fine, but RDoc pages are being generated with poorly formatted examples and some of...

documentation

The project has PostgreSQL as a requirement because JSON columns are used, both on `Apicasso::Key` and `Apicasso::Request`. When using other DBs this is achievable through AR serialization and a common...

enhancement
help wanted
compatibility