Install dependencies tools
git clone https://github.com/qclaogui/codelab-monitoring.git && cd "$(basename "$_" .git)"
make install-build-deps
Create a cluster and mapping the ingress port 80 to localhost:8080
make cluster
Deploy manifests
make deploy-monolithic-mode-all-in-one
Once all containers are up and running you can search for traces in Grafana.
Navigate to http://localhost:8080/explore and select the search tab.
make delete-monolithic-mode-all-in-one