@nitin15j/plugin-dora-frontend
Version:
Welcome to the dora-frontend plugin!
46 lines (44 loc) • 1.38 kB
JavaScript
import { MetricType } from '../types/metrics.esm.js';
({
[]: "Deployment Frequency",
[]: "Lead Time for Changes",
[]: "Change Failure Rate",
[]: "Mean Time to Restore"
});
({
[]: "/day",
[]: "hours",
[]: "%",
[]: "hours"
});
({
[]: "How often an organization successfully releases to production",
[]: "The amount of time it takes to go from code committed to code successfully running in production",
[]: "The percentage of deployments causing a failure in production",
[]: "The amount of time it takes to restore service after a failure in production"
});
({
[]: "#2ecc71",
// Green
[]: "#3498db",
// Blue
[]: "#e74c3c",
// Red
[]: "#f1c40f"
// Yellow
});
({
[]: "\u{1F680}",
[]: "\u23F1\uFE0F",
[]: "\u274C",
[]: "\u{1F527}"
});
({
[]: 0.5,
[]: 86400,
// 24 hours in seconds
[]: 5,
[]: 3600
// 1 hour in seconds
});
//# sourceMappingURL=metrics.esm.js.map