-
- Downloads
Adding additional instrumentation to `publish-event!` (#35832)
* Adding additional instrumentation to `publish-event!` The `publish-events!` defmethod has quite a few code branches and we're trying to figure out if one of these is causing the slowness described in #33499 as well as stats dashboard [2117](https://stats.metabase.com/dashboard/2117). This PR should provide additional information as to where the delays might be occurring. It adds the following spans/changes: - An `:events/initialized` attribute at the top level of `publish-event!` - `record-view!` span - `record-event!` span - `update-users-recent-views!` span If we merge this PR we can decide if these changes are worthwhile and revert if we don't like the additional layer of wrapping. * Reinstating record-event! span to resolve rebase conflict. * Fixing bad merge
Showing
- src/metabase/events.clj 2 additions, 1 deletionsrc/metabase/events.clj
- src/metabase/events/view_log.clj 11 additions, 5 deletionssrc/metabase/events/view_log.clj
- src/metabase/models/audit_log.clj 28 additions, 18 deletionssrc/metabase/models/audit_log.clj
- src/metabase/models/recent_views.clj 15 additions, 8 deletionssrc/metabase/models/recent_views.clj
Please register or sign in to comment