Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

[trace_event] tracking issue

Đang mở
#84 6 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
20/100
Loại issue
Tính năng
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Đình trệ
Công nghệ
cpp, javascript, node.js
Lĩnh vực
observability-sre

Hướng nghiên cứu

This is a broad tracking issue for graduating Trace Events from experimental status. Start by reading the initial Trace PR and the linked issues #81, #82, and #83, then choose one unchecked item with a defined scope. Done is completing that selected task and updating its checklist status.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

never stale triaging-requested

This issue is to track ongoing work to refine Trace Events in Node and graduate it from experimental state.

It builds on and replaces

Initial Trace PR including discussion: node#9304

todo:

  • configurable output destinations
    • support targeting lttng, etw, dtrace, etc...
  • add a listener system (#81)
  • C/C++ API (#83)
  • JavaScript API (node-eps#48)
    • needs to be as fast as possible, probably a VM intrinsic.
  • add trace points to nodejs/node (#82)
  • move existing dtrace/lttng trace writes to trace_event
  • add trace points: async hooks (PR: https://github.com/nodejs/node/pull/15538)
  • relationship to upstream trace_event_common.h (see https://github.com/nodejs/node/pull/10628)
  • recommendations for naming categories for ecosystem
  • need approach on how to collect "context"
    • e.g., for capturing http connection info, currently connection object is passed through DTrace APIs, and some handler/provider, and then the handler/provider will navigate connection object to pull out interesting data to trace. This approach is brittle (dependent on structure of connection object), and puts burden on provider (ie., won't easily allow using different event tracing systems like lttng, dtrace,...).
  • standardize on output format for trace event data
  • command-line options to support tracing features.
Ngôn ngữ chính
Không có dữ liệu ngôn ngữ
Star
550
Fork
69
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của nodejs/diagnostics

Tất cả issue của nodejs/diagnostics

Issue tương tự

Thêm issue về Observability & SRE

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.