Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siddhantprateek/bytepipes
This repository keeps track of the Continuous Integration (CI) and Continuous Deployment (CD) pipelines for all of my projects. 🔍
https://github.com/siddhantprateek/bytepipes
grafana jenkins-pipeline monitoring prometheus
Last synced: 24 days ago
JSON representation
This repository keeps track of the Continuous Integration (CI) and Continuous Deployment (CD) pipelines for all of my projects. 🔍
- Host: GitHub
- URL: https://github.com/siddhantprateek/bytepipes
- Owner: siddhantprateek
- Created: 2024-02-20T10:14:33.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-22T06:31:03.000Z (9 months ago)
- Last Synced: 2024-09-30T18:05:01.566Z (about 1 month ago)
- Topics: grafana, jenkins-pipeline, monitoring, prometheus
- Language: Shell
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bytepipes
![Banner](./assets/banner.png)
## Tools
- `Grafana`
- `Jenkins`
- `Prometheus - BlackBox Exporter`
- `Prometheus - Node Exporter`## Setting up work environment
- Setting up environment using `docker compose`
```bash
docker compose -f docker-compose.monitoring.yml up -d# If Jenkins is running
docker network connect jenkins
# jenkins: is network on which jenkins is running
```## Prometheus Monitoring
![](./assets/prometheus.jpeg)
## Jenkins Performance and Health Dashboard
![](./assets/grafana.jpeg)
### Author
[Siddhant Prateek Mahanayak](https://github.com/siddhantprateek)