Introduction
Introduction
Traceable publishes various packages to the APT and YUM repository like the Traceable Platform Agent, eBPF and Nginx. Follow the package manager specific steps for configuring the repository.
Ubuntu
Add the repository details
echo "deb [trusted=yes] https://packages.traceable.ai/ubuntu/ focal main" | sudo tee -a /etc/apt/sources.list.d/traceable.listPerform apt update so that our repository also gets indexed and packages published there can be discovered.
sudo apt update
CentOs, Rhel, AmazonLinux
Add the repository details
echo "[traceable]\nname=Traceable repository\nbaseurl=https://packages.traceable.ai/centos7/\nenabled=1\ngpgcheck=0" | sudo tee -a /etc/yum.repos.d/traceable.repoPerform apt update so that our repository also gets indexed and packages published there can be discovered.
sudo yum update
PreviousCommon
NextResponsibilities of Tracing Agents, TPA, and Platform wrt Sampling/Blocking/Detection
Last updated
Was this helpful?