Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 777 Bytes

ROADMAP.md

File metadata and controls

17 lines (14 loc) · 777 Bytes

Table of Contents generated with DocToc

Roadmap

  • Extandible Language Template
    • Create a miminal template that will support instrumenting different artifacts for different languages easily.
      • JS support (bpftrace/dtrace hooks)
        • Implement a template for JS event loop (V8 or alt.)
      • Go support
        • Implement a template for golang's call stack
      • Node support
        • Implement a template for Node's call stack and event loop