Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 499 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 499 Bytes

tempo-mixin

Dashboards, rules and alerts are in the yamls folder. Use them directly in Prometheus & Grafana to monitor Tempo.

Build

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/jb@v0.4.0