Re: [Rails-core] Payload names for 'sql.active_record' instrumentation

2017-09-13 Thread Rafael Mendonça França
Please do investigate, maybe there is no reason for that difference and we would be really happy to merge a fix for this. On Wed, Sep 13, 2017 at 5:57 PM Jeremy Green wrote: > When I subscribe to sql.active_record, when a Post is loaded the payload > name is "Post Load", which is great and seems

[Rails-core] Payload names for 'sql.active_record' instrumentation

2017-09-13 Thread Jeremy Green
When I subscribe to sql.active_record, when a Post is loaded the payload name is "Post Load", which is great and seems to set a pattern on payload naming. Following that pattern: - When a Post is created I would expect the payload name to be "Post Create" (or something similar). - Wh