OTel with Chronosphere easy! Here's how.
You will need a Kubernetes cluster to deploy the workshop applications. You will need a laptop or VM with the following software installed (use the links for installation instructions):
Verify your installations by running these commands in your terminal:
git --version
(expected output:2.32.1
or higher)docker --version
(expected output:20.10.12
or higher)kubectl version
(expected output:1.27
or higher)helm version
(expected output:3.1
or higher)
You will need to clone this repository:
git clone https://github.com/chronosphereio/otel-workshop.git
Your laptop or VM will need outbound public internet access to these hosts, protocols, and ports:
Hostname | Protocol | Port |
---|---|---|
*.docker.com | HTTPS | 443 |
*.docker.io | HTTPS | 443 |
*.github.com | HTTPS | 443 |
*.chronosphere.io | HTTPS | 443 |
You will be provided the tenant org name and token. You will need to set the following environment variables with the provided values.
Environment Variable | Description |
---|---|
CHRONOSPHERE_ORG_NAME |
Tenant Organization Name |
CHRONOSPHERE_API_TOKEN |
Provide by your contact at Chronosphere |