Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 740 Bytes

events.md

File metadata and controls

24 lines (15 loc) · 740 Bytes

Events specification

This document specifies all the data (along with the format) which gets sent from the Find and Replace package to the GitHub analytics pipeline. This document follows the same format and nomenclature as the Atom Core Events spec.

Counters

Currently Find and Replace does not log any counter events.

Timing events

Time to search on a project

  • eventType: find-and-replace-v1

  • metadata

    field value
    ec time-to-search
    ev Number of found results
    el Search system in use (ripgrep or standard)

Standard events

Currently Find and Replace does not log any standard events.