Teletrace
Open-Source Tracing Platform
Install / Use
/learn @teletrace/TeletraceREADME
⭐️ Why Teletrace?
Teletrace is an open-source distributed tracing system that helps developers monitor and troubleshoot complex distributed systems by providing end-to-end transaction monitoring and tracing across various microservices. Teletrace is built from the ground up for modern applications. It relies on open standards like OpenTelemetry. It is an easy-to-deploy scalable solution, that supports multiple storage options.
✨ Features
- Advanced search to pinpoint slow and failing requests.
- Visualize requests to understand their context in your application.
- Track user requests and data across your application.
🖼 Demo
<img src="./website/docs/assets/demo.gif" min-width="100%" min-height="100%"/>To learn more, please visit our demo GitHub project and try open telemetry demo on your own machine.
📚 Table of contents
🚀 Getting started
Requirements
Using Docker
Using docker-compose:
curl https://raw.githubusercontent.com/teletrace/teletrace/main/deploy/docker-compose/teletrace-otel-collector.yaml > teletrace-otel-collector.yaml && \
curl https://raw.githubusercontent.com/teletrace/teletrace/main/deploy/docker-compose/docker-compose.yml > docker-compose.yml && \
docker-compose up
Alternatively, using docker CLI:
curl https://raw.githubusercontent.com/teletrace/teletrace/main/teletrace-otelcol/config/all-in-one-config.yaml > all-in-one-config.yaml && \
docker run \
-v $(pwd)/all-in-one-config.yaml:/etc/config.yaml \
-p 8080:8080 \
-p 4317:4317 \
-p 4318:4318 \
teletrace/teletrace:latest \
--config /etc/config.yaml
Using Helm Chart
To install the Helm chart, follow the steps outlined in this guide to ensure a smooth installation process.
Alternatively, visit our helm chart repo.
💬 Community
Join our Slack for questions, support and fun.
Start with our Documentation for quick tutorials and examples.
If you need direct support you can contact us at teletrace@cisco.com.
👨💻 Contribution
Contributions are welcome!
Start by reviewing the contribution guidelines. After that, take a look at a good first issue.
Thank you to all the people who already contributed to Teletrace ❤️
❗ Code of conduct
We take our community seriously and we are dedicated to providing a safe and welcoming environment for everyone. Please take a few minutes to review our Code of Conduct.
🪪 License
Copyright (c) Cisco Systems, Inc. Apache 2.0 License.
Related Skills
node-connect
341.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.4kCommit, push, and open a PR

