Dashboards, rules and alerts are in the yamls
folder. Use them directly in Prometheus & Grafana to monitor Tempo.
To regenerate dashboards, rule and alerts, run make all
.
This requires jsonnet and jsonnet-bundler to be installed, install these with the following commands:
brew install jsonnet
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected]