-
- Downloads
There was an error fetching the commit references. Please try again later.
Add backtrace to Gitaly performance bar
This adds the backtrace to a table to show exactly where the Gitaly call was made to make it easier to understand where the call originated. This change also collapses the details in the same row to improve the usability when there is a backtrace.
Showing
- app/assets/javascripts/performance_bar/components/detailed_metric.vue 26 additions, 2 deletions...avascripts/performance_bar/components/detailed_metric.vue
- app/assets/stylesheets/performance_bar.scss 6 additions, 2 deletionsapp/assets/stylesheets/performance_bar.scss
- changelogs/unreleased/sh-add-gitaly-backtrace.yml 5 additions, 0 deletionschangelogs/unreleased/sh-add-gitaly-backtrace.yml
- lib/gitlab/gitaly_client.rb 9 additions, 4 deletionslib/gitlab/gitaly_client.rb
- lib/gitlab/profiler.rb 4 additions, 0 deletionslib/gitlab/profiler.rb
- locale/gitlab.pot 3 additions, 0 deletionslocale/gitlab.pot
- spec/javascripts/performance_bar/components/detailed_metric_spec.js 15 additions, 7 deletions...cripts/performance_bar/components/detailed_metric_spec.js
Please register or sign in to comment