Tyler Willingham
Tyler Willingham
**Current behaviour** When enabling request queuing, the trace root span does not tag the `http.url` the same way that it does with this option disabled. For our applications this means...
I currently work in an application that's using auto-incremented primary keys for GIDs and would like to migrate to using our `external_id` columns that we've started adding to various models....
- Implements #184 With this proposal, `GlobalID::Identification` would implement `global_id_column` to set the desired column for GlobalID to reference on a per-model basis i.e. ```rb class Person attr_accessor :id, :external_id...