https://github.com/codethread/gitlab-dash
https://github.com/codethread/gitlab-dash
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codethread/gitlab-dash
- Owner: codethread
- Created: 2025-05-30T05:33:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-04T05:13:25.000Z (about 1 year ago)
- Last Synced: 2025-06-19T03:09:54.650Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://codethread.github.io/gitlab-dash/
- Size: 1.21 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitlab dashboards
A simple dashboard application for viewing various metrics about GitLab pipeline health within a deployed instance.
## Features
- View key pipeline health metrics at a glance.
- **Job Duration Dashboard**: Visualizes the duration of different CI/CD jobs (e.g., checks, build, deployment) over time, allowing users to identify bottlenecks or performance changes in specific jobs.
- **Pipeline Duration Dashboard**: Displays the duration of CI/CD pipelines, grouped by their trigger source (e.g., push, merge request, schedule). This helps in understanding how different types of triggers impact pipeline performance.
- Filter metrics by specific GitLab application/project.
- Adjustable data trimming to exclude outliers from visualizations.
- View average durations for jobs and pipelines.
- Direct links to corresponding GitLab jobs/pipelines from the dashboards.
- Copy GraphQL queries used for fetching data.