Skip to content
Snippets Groups Projects

Add DORA metrics dashboard MvC

Merged Ezekiel Kigbo requested to merge ek-spike-ci-cd-analytics-shared-dashboards into master
1 unresolved thread
7 files
+ 318
55
Compare changes
  • Side-by-side
  • Inline
Files
7
export const BUCKETING_INTERVAL_ALL = 'ALL';
export const BUCKETING_INTERVAL_MONTHLY = 'MONTHLY';
export const BUCKETING_INTERVAL_DAILY = 'DAILY';
/**
* Available filters for the flow metrics query, along with date range filters
Loading