tree: f00e4e4d2cc46389c9440484b829f3cfa395d843 [path history] [tgz]
  1. README.md
src/trace_processor/metrics/protos/README.md

This empty folder exists to harmonize “built-in” metrics work with the “metric extension” functionality of trace processor.

Essentially by adding a protos folder, we can pass src/trace_processor/metrics as an extension path to shell to override all built-in metrics. This means we can change the SQL files without needing to recompile trace processor.

In the future, we might also move the protos here but that would be a bigger change which would need coordination across repos ( e.g. Chrome because of the metrics autoroller for Chrome metrics).