Daniel Pepper

Results 7 issues of Daniel Pepper

support for sqlalchemy AssociationProxy properties (https://docs.sqlalchemy.org/en/13/orm/extensions/associationproxy.html) Fixes #136

**What does this PR do?** trace http connections, in addition to the already existing request traces **Motivation** https://github.com/DataDog/dd-trace-rb/issues/2838 **How to test the change?** ![image](https://github.com/DataDog/dd-trace-rb/assets/918804/27b1d471-114d-460d-8454-8df17edc7c11) ![image](https://github.com/DataDog/dd-trace-rb/assets/918804/8144357f-5b0d-4e45-9bca-f62bc014c3cd) ![image](https://github.com/DataDog/dd-trace-rb/assets/918804/81b540c5-a878-4ef9-909d-cbd37e629250)

integrations
tracing

**Is your feature request related to a problem? Please describe.** I'm debugging network connectivity issues and lack visibility. For http requests, Datadog provides traces for the request, but not the...

feature-request
community

simplify these dependency constraints using the pessimistic operator. functionally equivalent https://thoughtbot.com/blog/rubys-pessimistic-operator ![image](https://user-images.githubusercontent.com/918804/218371633-70574eef-137e-4cd8-bec6-2781723fd772.png)

Hi there! I'm trying to upgrade [hexapdf](https://github.com/gettalong/hexapdf) (it's up to 0.37) but can't because identikal locks the version to `0.6`...mind if we relax that constraint?

use a config value in redis to save and override limits

I'm curious about net-http's hooks, eg. `do_start`, `on_connect`, and `do_finish`. They're marked as private and seem largely unused (and untested). Do we still need/want them? If we do want them,...