Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

Prometheus - Tempo

Back


Tracing and Distributed Systems


Terminologies


Grafana Tempo

pic


Architecture


!Install - Ubuntu

# download
curl -Lo tempo_2.2.0_linux_amd64.deb https://github.com/grafana/tempo/releases/download/v2.2.0/tempo_2.2.0_linux_amd64.deb
echo e81cb4ae47e1d8069efaad400df15547e809b849cbb18932e23ac3082995535b \
  tempo_2.2.0_linux_amd64.deb | sha256sum -c

# install
sudo dpkg -i tempo_2.2.0_linux_amd64.deb

# start service
sudo systemctl enable --now tempo