@sky-view/plugin-dora-metrics
v0.1.2
Published
This Backstage plugin provides visualization of DORA (DevOps Research and Assessment) metrics from Apache DevLake. It includes dashboards and scorecards to help teams track their DevOps performance.
Downloads
7
Readme
Sky View: DORA Metrics Backstage Plugin
This Backstage plugin provides visualization of DORA (DevOps Research and Assessment) metrics from Apache DevLake. It includes dashboards and scorecards to help teams track their DevOps performance.
DORA Metrics
This plugin visualizes the four key DORA metrics:
- Deployment Frequency
- Lead Time for Changes
- Mean Time to Restore (MTTR)
- Change Failure Rate
Setup
- Install the plugin in your Backstage instance
- Configure the connection to your Apache DevLake MySQL database
- Access the DORA metrics dashboard through the Backstage UI
Development
# Install dependencies
yarn install
# Start the app for development
yarn startConfiguration
Configure your Apache DevLake database connection in your app-config.yaml:
doraMetrics:
database:
client: mysql
connection:
host: mysql
port: 3306
user: merico
password: merico
database: lake