Florent Beaurain
Florent Beaurain
Hello everyone 👋 Middleware over the long term can have a significant impact on latency. I think it would be a good addition to materialize the time spent on it....
Hello everyone 👋 I'm opening a dedicated bug report following [this discussion](https://github.com/DataDog/dd-trace-rb/issues/2100#issuecomment-1603933814). This has a significant impact on the monitoring and alerting systems implemented by our teams. Since these spans...
Since ruby 3.2 there is now an instrumentation API for the GVL. I believe it could be a nice addition to datadog runtime metrics. This should help to understand an...
Hello 👋 **Current behaviour** When using `Rails.cache.read_multi`, using `ActiveSupport::Cache::RedisCacheStore`, the action is not instrumented. While `read`, `write`, `fetch`, `write_multi` and `fetch_multi` are. This is because `ActiveSupport::Cache::RedisCacheStore` defines its own `read_multi`...
### Motivation / Background We put a change into production that broke one of our `LogSubscriber`, and it took us a while to realize it. We now know that an...