Getting Started
Set up a sandbox collector, connect sample workloads, and validate that telemetry flows into the search UI and MCP interface.
Prerequisites
- Docker or Kubernetes cluster capable of running the collector containers
- Access to the services you want to instrument with OpenTelemetry SDKs
- API credentials for any downstream storage backends you plan to use
Installation
- Clone the deployment samples from the repository.
- Bring up the stack with
docker compose upor apply the Helm chart. - Use
otelcol --configto verify the collector is listening on the expected ports. - Send a test trace with the OTLP demo app and confirm it appears in the console.
When everything looks good, proceed to configuring authentication, scaling, and retention to match your production requirements.