Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rickstaa/livepeer-monitor-test

Small example repository with docker compose files to test out the metrics in the go-livepeer software.
https://github.com/rickstaa/livepeer-monitor-test

Last synced: about 1 month ago
JSON representation

Small example repository with docker compose files to test out the metrics in the go-livepeer software.

Awesome Lists containing this project

README

        

# Enhanced Livepeer Monitoring Guide

This repository is dedicated to facilitating the testing and visualization of metrics produced by the `-monitor` flag in the [go-livepeer](https://github.com/livepeer/go-livepeer/) software. It includes a simple setup for [Grafana](https://grafana.com/) and [Prometheus](https://prometheus.io/), designed to help developers effectively visualize and analyze the metrics generated by the software.

## How to use

### Prerequisites

- [Docker](https://docs.docker.com/get-docker/)

### Setup

1. Clone this repository.
2. Run the following command in the root directory of the repository:

```bash
docker-compose up
```

3. Add prometheus as a data source in Grafana. The URL should be `http://prometheus:9090`.
4. Use the Grafana Query Editor to visualize the metrics.