Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rickstaa/livepeer-monitor-test
- Owner: rickstaa
- Created: 2024-07-08T20:37:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T21:10:28.000Z (4 months ago)
- Last Synced: 2024-07-10T01:58:47.692Z (4 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.