All technological notes.
Tracing
Benefit:
trace
spans.trace idSpan:
Trace.Spen IDTrace Context
sampling
Grafana Tempo
Grafana as a data source to visualize Trace data.TraceQL
OTLP# 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