@nitin15j/plugin-dora-frontend
Version:
Welcome to the dora-frontend plugin!
38 lines (35 loc) • 885 B
JavaScript
import { MetricType, Performance } from '../types/metrics.esm.js';
const PERFORMANCE_THRESHOLDS = {
[]: {
[]: 1,
[]: 0.5,
[]: 0.1,
[]: 0
},
[]: {
[]: 3600,
// 1 hour
[]: 86400,
// 24 hours
[]: 604800,
// 1 week
[]: Infinity
},
[]: {
[]: 5,
[]: 10,
[]: 15,
[]: Infinity
},
[]: {
[]: 3600,
// 1 hour
[]: 86400,
// 24 hours
[]: 604800,
// 1 week
[]: Infinity
}
};
export { PERFORMANCE_THRESHOLDS };
//# sourceMappingURL=thresholds.esm.js.map