Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 701 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 701 Bytes

Basic Observability and Monitoring

Learn about the monitoring process, using Grafana, Prometheus, Loki and Jaeger.

Install docker plugin

 docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions

Running

docker-compose -f docker-compose.yml up --no-deps --build

Wait until mysql ready and all service restarted.

docker-compose down -v

Link

  • App

    • Payment
    • Order Service
    • Order Worker
    • Warehouse
  • Prometheus

Referensi: