-
- Downloads
Adding more spans to understand stats `publish-event!` (#35889)
* Adding more spans to understand stats `publish-event!` https://stats.metabase.com/dashboard/2117 still takes 4s to load and the current spans don't seem to provide fine granularity around the hot spot, but it seems to be happening in the early stages of `publish-event!`. These extra spans provide finer granularity. * Adding what is probably a non-needed span, but we want to over-instrument this, if anything. Once we id the hotspot we can remove what we want. * add more spans * remove :object from new spans --------- Co-authored-by:Noah Moss <noahbmoss@gmail.com>
Showing
- src/metabase/api/dashboard.clj 4 additions, 1 deletionsrc/metabase/api/dashboard.clj
- src/metabase/events.clj 18 additions, 9 deletionssrc/metabase/events.clj
- src/metabase/events/recent_views.clj 27 additions, 17 deletionssrc/metabase/events/recent_views.clj
- src/metabase/events/view_log.clj 44 additions, 32 deletionssrc/metabase/events/view_log.clj
Loading
Please register or sign in to comment