2 min read

Review metrics

Table of Contents

norn metrics aggregates persisted structured review runs and finding feedback. Use it to inspect review effectiveness for a tenant, provider, or repository.

Basic usage

norn metrics \
  --tenant local \
  --workspace delaudio \
  --repo norn

Filter by provider:

norn metrics --provider github --workspace delaudio --repo norn

Time filters use Unix timestamps in milliseconds. The start is inclusive and the end is exclusive:

norn metrics --from 1782864000000 --to 1785542400000

Machine-readable output

norn metrics \
  --workspace delaudio \
  --repo norn \
  --format json \
  --output norn-metrics.json

Metrics depend on persisted review runs and feedback. Missing feedback is reported as missing data rather than being inferred as acceptance or rejection.