Skip to main content

Data collector to unleash LLM power

Project description

CaptureFlow Tracer

Overview

The CaptureFlow Tracer is a Python package crafted for in-depth tracing of function calls within Python applications. Its primary function is to capture and relay execution data to the CaptureFlow server-side system for decision making.

Performance Considerations

The current implementation of the Tracer module utilizes the sys.settrace module (Python Doc), leading to two outcomes:

  • Detailed Logging: Captures verbose logs with debugger-level insight into method calls, variable states, and more.
  • Performance Impact: The logging method significantly affects application performance.

Building and Testing Locally

To begin, ensure you have Python 3.8+, venv, and the requirements-dev.txt installed.

Explore the clientside/examples directory for sample applications suitable for testing. For local package building with source code, each folder contains an ./install_package.sh script. After building, run a local server and cURL some endpoints to simulate a real-life workflow.

If the environment variable CAPTUREFLOW_DEV_SERVER is set to "true", trace JSON objects will be dumped locally for further inspection. Additionally, running the serverside Docker container allows you to observe trace data ingestion in real-time.

For an example of the data structure captured by the tracer, you can check sample_trace_with_exception.json.

Roadmap for Optimization

We need to balancing trace detail with performance, planning enhancements for the Tracer's efficiency:

Short-Term Objectives

  • Selective Tracing: Implement a "verbosity" parameter for targeted tracing, focusing on relevant trace events. For example, we need to "sample" a representative subset of requests instead of capturing all of them.
  • Framework Integration and Middleware Enhancements:
    • Research if it's feasible to develop middleware/patching for popular frameworks to ship data of similar detalization.
    • Explore integration with tracing standards like OpenTelemetry for better application monitoring.

Long-Term Objectives

  • Performance vs. Data Utility for CodeGen: Focus on collecting essential data for high-quality server-side improvements. We're pinpointing the specific data subset required to minimize performance disruption while maximizing optimization quality.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

captureflow_agent-0.0.3-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file captureflow_agent-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for captureflow_agent-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fada237cf938f52f44270c2b0cf53d6b77020e35724c5d3e017f7f6583fec912
MD5 fea54f912597c21ea9e514fddf79274c
BLAKE2b-256 a0c4a5d731d2e705062e21c1c6e1d19f4d5308fae250aa1e2def758917db0d21

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page