The GitLab Prometheus Exporter is a FastAPI application that exposes GitLab access metrics for Prometheus. It retrieves access data from GitLab and provides it in a format that can be scraped by ...
A lightweight Prometheus exporter that collects and exposes GitLab CI/CD pipeline metrics for specific projects and groups. This allows you to monitor the health, duration, and success rates of ...
Recently worked on two small but practical DevOps projects focused on monitoring and deployment pipelines. The first one was a monitoring setup using Prometheus, Grafana, and Node Exporter. Built ...
Code → GitLab → CI/CD → AWS → Monitoring A developer builds the app and pushes code to GitLab. That single push automatically triggers the CI/CD pipeline. The pipeline runs tests first. If tests fail, ...