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

[v10.x backport] src: trace_event: secondary storage for metadata #23700

Closed
wants to merge 2 commits into from

Commits on Nov 8, 2018

  1. src: trace_event: secondary storage for metadata

    Metadata trace-events should be held in secondary storage so that they
    can be periodically reemitted. This change establishes the secondary
    storage and ensures that events are reemitted on each flush.
    
    PR-URL: nodejs#20900
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Backport-PR-URL: nodejs#23700
    ofrobots committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    2e757ab View commit details
    Browse the repository at this point in the history
  2. src: fix CreatePlatform header param mismatch

    PR-URL: nodejs#23947
    Reviewed-By: Refael Ackermann <refack@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    codebytere authored and ofrobots committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    b65e585 View commit details
    Browse the repository at this point in the history