Title: Introduction to Observability
Summary: Observability is more important then ever. As software becomes more and more complicated, and we move into more complex complex environments (hybrid cloud), it becomes more difficult to understand how healty your systems are.
This talk will go cover how to use Grafana, Prometheus, and Jaeger to gain insight into systems.
Run Environment
docker-compose up -d
Run API
cd ./api; dotnet run
Run Accounts Service
cd ./accounts; go run ./cmd/accounts/
Run Presentation
cd ./presentation; yarn start