Skip to content
  • Patrick Bajao's avatar
    Track highlighter and dependency linker usage · 95bf4a21
    Patrick Bajao authored
    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
    95bf4a21