Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trace_events: add node.promises category, rejection counter #22124

Closed
wants to merge 4 commits into from

Commits on Aug 6, 2018

  1. trace_events: add node.promises category, rejection counter

    Allow the trace event log to include a count of unhandled rejections
    and handled after rejections. This is useful primarily as a quick
    check to see if rejections may be going unhandled (and unnoticed
    in a process).
    jasnell committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    9ca9452 View commit details
    Browse the repository at this point in the history
  2. [Squash] use atomic_uint64_t

    jasnell committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    825e0d2 View commit details
    Browse the repository at this point in the history
  3. [Squash] fixup

    jasnell committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    1684f43 View commit details
    Browse the repository at this point in the history
  4. [Squash] fixup

    jasnell committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    e4e5fdd View commit details
    Browse the repository at this point in the history