Track highlighter and dependency linker usage
To help us decide whether what we can do to dependency linking part of `Gitlab::Highlight` class, we track usage of `Gitlab::Highlight` and `Gitlab::DependencyLinker`. This can help us get the following metrics: - total usage of Gitlab::Highlight - usage of dependency linker on blobs - usage of dependency linker on diffs
显示
- app/presenters/blob_presenter.rb 3 个添加, 2 个删除app/presenters/blob_presenter.rb
- doc/administration/monitoring/prometheus/gitlab_metrics.md 2 个添加, 0 个删除doc/administration/monitoring/prometheus/gitlab_metrics.md
- lib/gitlab/dependency_linker.rb 9 个添加, 1 个删除lib/gitlab/dependency_linker.rb
- lib/gitlab/diff/highlight.rb 3 个添加, 2 个删除lib/gitlab/diff/highlight.rb
- lib/gitlab/highlight.rb 14 个添加, 8 个删除lib/gitlab/highlight.rb
- spec/lib/gitlab/dependency_linker_spec.rb 12 个添加, 1 个删除spec/lib/gitlab/dependency_linker_spec.rb
- spec/lib/gitlab/diff/highlight_spec.rb 87 个添加, 75 个删除spec/lib/gitlab/diff/highlight_spec.rb
- spec/lib/gitlab/highlight_spec.rb 28 个添加, 1 个删除spec/lib/gitlab/highlight_spec.rb
- spec/presenters/blob_presenter_spec.rb 12 个添加, 4 个删除spec/presenters/blob_presenter_spec.rb
- spec/presenters/blobs/notebook_presenter_spec.rb 1 个添加, 1 个删除spec/presenters/blobs/notebook_presenter_spec.rb
加载中
想要评论请 注册 或 登录