Python Tracing

Open-source Python projects categorized as Tracing

Top 23 Python Tracing Projects

  1. openlit

    Open source platform for AI Engineering: OpenTelemetry-native LLM Observability, GPU Monitoring, Guardrails, Evaluations, Prompt Management, Vault, Playground. πŸš€πŸ’» Integrates with 50+ LLM Providers, VectorDBs, Agent Frameworks and GPUs.

    Project mention: Top Open Source Tools for LLM Observability in 2025 | dev.to | 2025-05-01

    OpenLIT is an OpenTelemetry-native observability tool built for AI Engineering and LLM applications. It focuses on easy, vendor-neutral instrumentation for LLMs, vector databases, and other AI stack components. OpenLIT is ideal for teams already heavily invested in OpenTelemetry and GPU monitoring but offers fewer features for LLM prompt evaluation and experimentation.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. ipyflow

    A reactive Python kernel for Jupyter notebooks.

    Project mention: Representing Python notebooks as dataflow graphs | news.ycombinator.com | 2025-08-09

    Even with data flow extension (also like ipyflow [0] ) I am still struggling with the execution model of notebooks in general. I often still see people defining functions and classes in notebooks to somehow handle prototyping loops.

    I would love to see DAGs like in SSA form of compilers, that also supports loop operators. However, IMHO also the notebook interface needs to adjust for that (cell indentation ?). However, the strength of notebooks rather shows in document authoring like quarto, which IMHO mostly contradicts more complex controll flow.

    [0] https://github.com/ipyflow/ipyflow

  4. Eliot

    Eliot: the logging system that tells you *why* it happened

  5. guider

    Real-time Performance & Fault Detection Service Enabled by Comprehensive Built-in Command

    Project mention: 10-Year-Old Linux/Android Performance Tool/Service: Guider 3.9.9 | news.ycombinator.com | 2025-06-21

    - GitHub Release: https://github.com/iipeace/guider/releases/tag/versions/3.9....

  6. dd-trace-py

    Datadog Python APM Client

  7. asgi-correlation-id

    Request ID propagation for ASGI apps

  8. django-guid

    Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. EVTX-ETW-Resources

    Event Tracing For Windows (ETW) Resources

  11. GPTtrace

    Generate eBPF programs and tracing with ChatGPT

  12. secimport

    The first open-source eBPF sandbox for Python (macOS/Linux): Secure libraries, block RCE, and enforce precise syscall control. Dive into module & package-level security now.

  13. ros2_tracing

    Tracing tools for ROS 2. (by ros2)

  14. pg-lock-tracer

    A eBPF based lock tracer for the PostgreSQL database

  15. pyccolo

    Declarative instrumentation for Python.

  16. nopdb

    NoPdb: Non-interactive Python Debugger

  17. barectf

    Generator of ANSI C tracers which output CTF data streams

  18. hiq

    HiQ - Observability And Optimization In Modern AI Era (by oracle)

  19. opentelemetry-demo

    A demo system for exploring the tracing features of Promscale (by timescale)

  20. ros2-message-flow-analysis

    ROS 2 message flow analysis experiments

  21. langtrace-python-sdk

    Langtrace SDK for Python Applications

  22. traceroot-sdk

    TraceRoot SDK for Python

    Project mention: Show HN: TraceRoot – Open-Source Agentic Debugging for Distributed Services | news.ycombinator.com | 2025-08-01
  23. monocle

    Monocle is a framework for tracing GenAI app code. This repo contains implementation of Monocle for GenAI apps written in Python. (by monocle2ai)

    Project mention: AIM Weekly for 04Nov2024 | dev.to | 2024-11-04

    🌐 Composed Image Retrieval πŸ“Ž Intro to Multimodal LLama 3.2 πŸ› οΈ Multi Agent Concierge πŸ’» RAG with Langchain Granite, Milvus 🫢 Download content βœ… Transformer Replacement? πŸ€– vLLM for runing models 🌐 Amphion πŸ“ Autogluon πŸš™ Notebook LLama like Google's Notebook LLM 🫢 Monocle2ai for tracing GenAI app code LFA&D Project πŸ€– Bee Agent Framework βœ… LLama RFP Response ▢️ GenAI Script πŸ‘½ Simular AI Agent S 🦾 DrawDB with AI ✨ Ollama with LLama 3.2 Vision!!!! Preview πŸš• Powerful RAG Checker πŸ“Š SQL Generator πŸ’» Role of LLMs 🐍 Document Extraction πŸ•ΆοΈ Open Source Vector DB Reddit πŸ” The Practical Guide to Self Hosting LLM 🦾 Stagehand Controller πŸ•ΆοΈ Understanding HNSWLIB 🐍 Best practices in RAG πŸ’» Enigma Agent πŸ“ Langchain, Ollama, Phi3 for Function Calling πŸ”‹ Compass Judger πŸ“ Princeton NLP SimPO πŸ” Princeton NLP ProLong πŸ”‹ Princeton NLP HELMET 🧐 Ollama Cheatsheet πŸš• Princeton NLP CopyCat πŸ“Š Princeton NLP Shp πŸ•ΆοΈ Can LLM Solve Hard Github Issues πŸ“ Enabling Large Language Models to Generate Text with Citations πŸ”‹ Princeton NLP CharXiv πŸ“Š Awesome AI Agents List 🦾 Nomic’s Matryoshka text embedding model

  24. falken-trace-py

    Enhances traces with code metadata

    Project mention: Extending OpenTelemetry and Datadog to pinpoint code elements | news.ycombinator.com | 2025-01-30
  25. mnqueues

    Monitored Multiprocessing Queues

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Tracing discussion

Log in or Post with

Python Tracing related posts

  • A Python dict that can report which keys you did not use

    4 projects | news.ycombinator.com | 27 Jul 2025
  • 10 Top SaaS Monitoring Solutions

    2 projects | dev.to | 18 Apr 2025
  • Ipyflow: A reactive Python kernel for Jupyter notebooks

    1 project | news.ycombinator.com | 13 Dec 2024
  • The GitHub Black Market That Helps Coders Cheat the Popularity Contest

    2 projects | news.ycombinator.com | 23 Oct 2023
  • GitHub - ipyflow/ipyflow: A reactive Python kernel for Jupyter notebooks

    1 project | /r/Python | 22 May 2023
  • IPython kernel alternatives

    1 project | /r/datascience | 11 May 2023
  • IPyflow: Reactive Python Notebooks in Jupyter(Lab)

    1 project | /r/patient_hackernews | 10 May 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Sep 2025
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

What are some of the best open-source Tracing projects in Python? This list will help you:

# Project Stars
1 openlit 1,849
2 ipyflow 1,239
3 Eliot 1,153
4 guider 651
5 dd-trace-py 595
6 asgi-correlation-id 510
7 django-guid 470
8 EVTX-ETW-Resources 396
9 GPTtrace 251
10 secimport 221
11 ros2_tracing 196
12 pg-lock-tracer 152
13 pyccolo 91
14 nopdb 84
15 barectf 75
16 hiq 73
17 opentelemetry-demo 66
18 ros2-message-flow-analysis 47
19 langtrace-python-sdk 39
20 traceroot-sdk 31
21 monocle 29
22 falken-trace-py 8
23 mnqueues 5

Sponsored
Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?