- 01 Dec 2021
- 1 Minute to read
-
Print
Downloads
- Updated on 01 Dec 2021
- 1 Minute to read
-
Print
The page lists all the links to download various Traceable components.
Traceable Tracing agent
The following table lists all the links to download various Traceable modules:
Components | Download Link |
Java | https://downloads.traceable.ai and Maven Central. For more information on download from Maven Central, see Java tracing agent. |
NGINX | https://downloads.traceable.ai |
Kong | https://luarocks.org/modules/traceableai |
Traceable Terraform template for Platform agent
Click on the following to download Traceable's Terraform template for the Platform agent:
- Navigate to https://downloads.traceable.ai
- Click on Install > traceable agent > terraform > kubernetes > latest
For more information on installing the platform agent using Terraform template, see Terraform.
Traceable Helm chart for Platform Agent
Download Traceable Helm chart for Traceable platform agent from the Helm repository. Run the following command:
helm repo add traceableai https://helm.traceable.ai
Enter the following command to get a list of all available charts:
helm search repo traceableai
For more information on installing the platform agent using Helm charts, see Helm.
Traceable packages
Download Traceable packages from:
yum
repository for CentOS, RHEL, and AWS Linuxapt
repository for Ubuntu 18.04 and Ubuntu 20.04
To enable the repository in your system, complete the following:
CentOS 7, RHEL 7, and AWS Linux
cat << EOF > /etc/yum.repos.d/traceable.repo
[traceable]
name=Traceable repository
baseurl=https://packages.traceable.ai/centos7/
enabled=1
gpgcheck=0
EOF
Enter the following command to fetch a list of all the available RPMs:
yum list --repo traceable --available
CentOS 8 and RHEL 8
cat << EOF > /etc/yum.repos.d/traceable.repo
[traceable]
name=Traceable repository
baseurl=https://packages.traceable.ai/centos8/
enabled=1
gpgcheck=0
EOF
Enter the following command to fetch a list of all the available RPMs:
yum list --repo traceable --available
Ubuntu 18.04
echo "deb [trusted=yes] https://packages.traceable.ai/ubuntu/ bionic main" | tee -a /etc/apt/sources.list.d/traceable.list
apt-get update
Ubuntu 20.04
echo "deb [trusted=yes] https://packages.traceable.ai/ubuntu/ focal main" | tee -a /etc/apt/sources.list.d/traceable.list
apt-get update