constants.tsx 308 B

1234
  1. // This constant is to be used as an arg for `getInterval`.
  2. // 'metrics' fidelity is intended to match the granularities of stored metrics.
  3. // This gives us the best/highest fidelity of data for minimum amount of work (don't need to merge buckets).
  4. export const STARFISH_CHART_INTERVAL_FIDELITY = 'metrics';