@nitin15j/plugin-dora-frontend
Version:
Welcome to the dora-frontend plugin!
18 lines (15 loc) • 771 B
JavaScript
import { MetricType } from '../common/types/metrics.esm.js';
const METRIC_DESCRIPTIONS = {
[]: "How often an organization successfully releases to production",
[]: "The amount of time it takes a commit to get into production",
[]: "How long it takes an organization to recover from a failure in production",
[]: "The percentage of deployments causing a failure in production"
};
const METRIC_TARGETS = {
[]: "Multiple deploys per day",
[]: "Less than one hour",
[]: "Less than 15%",
[]: "Less than one hour"
};
export { METRIC_DESCRIPTIONS, METRIC_TARGETS };
//# sourceMappingURL=constants.esm.js.map