DORA Exporter collects deployment and lead time data from GitHub and Jira, exposing it as Prometheus metrics — ready for your Grafana dashboards.
Track how often your teams successfully ship to production across repos and environments.
github_deployments_countMeasure time from first commit to deployment. Calculated from PR and commit timestamps.
github_deployments_durationCorrelate deployment events with Jira incident tickets to surface failure patterns.
via Jira integrationLink GitHub deployment statuses with Jira ticket resolution to measure MTTR.
via Jira + GitHubPoint your GitHub org-level webhooks at the exporter. It listens for deployment events, queries the GitHub API for commit history, and exposes the computed metrics on :8090/metrics. Prometheus scrapes. Grafana visualizes.
Use Backstage as your software catalog source. Repositories are attributed to owning teams via the github.com/project-slug annotation. No manual mapping required.
Components with github.com/project-slug are auto-attributed. Unknown repos fall back to "Unknown".
Define team ownership via YAML — map repos and Jira projects to team names. No Backstage instance required.
Open source, MIT licensed. Star the repo and get started in minutes.
Get Started on GitHub