Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. 🔍

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)