Skip to content

Add ability to enable/disable tracepoints at runtime #33

@philipaconrad

Description

@philipaconrad

Description

As discussed in issue #32, to reduce how long it takes to process our traces, we might try just collecting the events we need for our analyses.

The easiest way to do this would be if there was an easy way to enable/disable our tracepoints, or which types of events we would collect.

Suggested implementation

  • At startup, query environment variables enabling specific events, or groups of related events. Only register callbacks for events that are enabled.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions