Skip to content

API addition: "stream handle" to support massive event traces. #41

@cdwdirect

Description

@cdwdirect

SOS "pub handle" is not optimized for capturing VERY LARGE amounts of streaming event trace data.

Proposed additional "stream handle" that is engineered to optimize for MANY small simple data chunks, rather than a few large, complex, self-describing events.

Assuming that events arise from fixed annotations in code that do not change filename, line number, type (start/stop) or semantics, those details can be captured once and stored in a lookup table.

descriptions

Trace events can then be stored as the event's id, a timestamp, a relation_id, a parent_relation_id (to capture traces of recursive functions), etc.

events

This will dramatically cut down on the metadata overhead for logging event traces using SOS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions