https://github.com/gamazic/microservices-market-playground
https://github.com/gamazic/microservices-market-playground
docker-compose observability open-telemetry prometheus python
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gamazic/microservices-market-playground
- Owner: Gamazic
- Created: 2022-12-01T15:08:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T15:38:36.000Z (over 3 years ago)
- Last Synced: 2025-04-06T06:44:17.386Z (over 1 year ago)
- Topics: docker-compose, observability, open-telemetry, prometheus, python
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MARKET
## Summary
Observability playground project.
Collecting traces and metrics with OpenTelemetry. Exporting metrics to
Prometheus. Visualization with Grafana for metrics and Jaeger for tracing.
### Start the project
```commandline
docker-compose up -d
```
### Tools' links
* Grafana: http://localhost:3000/
* Jaeger: http://localhost:16686/
* CartBackend: http://localhost:8001/docs
* OrderService: http://localhost:8002/docs
* CartService: http://localhost:8003/docs
* RabbitMQ: http://localhost:15672/
## Microservices' architecture
Extremely simple microservices cluster. It represents cart in online marketplace.
### Microservices

### Sequence
