Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pasdam/playground-docker-grafana-prometheus-loki-tempo
Docker-compose playground with Grafana, Loki, Tempo and Prometheus stack
https://github.com/pasdam/playground-docker-grafana-prometheus-loki-tempo
compose docker-compose grafana loki opentelemetry playground prometheus tempo
Last synced: 23 days ago
JSON representation
Docker-compose playground with Grafana, Loki, Tempo and Prometheus stack
- Host: GitHub
- URL: https://github.com/pasdam/playground-docker-grafana-prometheus-loki-tempo
- Owner: pasdam
- License: apache-2.0
- Created: 2023-09-05T15:30:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T16:19:35.000Z (about 1 year ago)
- Last Synced: 2024-01-27T20:43:02.758Z (9 months ago)
- Topics: compose, docker-compose, grafana, loki, opentelemetry, playground, prometheus, tempo
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# playground-lgtm-stack
This repo contains a docker compose playground to test the LGTM stack (Loki,
Grafana, Tempo, Prometheus).## Components
### logspout
[Logspout](https://github.com/gliderlabs/logspout) routes Docker logs to the
syslog endpoint exposed by `otel-collector`.### hotrod
[hotrod](https://github.com/jaegertracing/jaeger/tree/main/examples/hotrod) is a
demo application that we use to collect logs, traces and metrics from. The load
is generated using `load-hotrod` which is simply a [locust](https://locust.io/)
container.## Usage
```shell
docker compose up
```This will start all the services, after all are up and running you can point the
browser to [localhost:3301](http://localhost:3301/).The initial credentials are
* username: `admin`;
* password: `admin`.