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

tracing-core, tracing-subscriber: Add {Collect,Subscriber}::on_register_dispatch #2269

Merged
merged 3 commits into from Aug 23, 2022

Commits on Aug 15, 2022

  1. tracing-core,tracing-subscriber: add `{Collect,Subscriber}::on_regist…

    …er_dispatch`
    
    The `on_register_dispatch` method is invoked when a `Collect` is
    registered as a `Dispatch`. This method should be overridden to
    perform actions upon the installation of a collector/subscriber;
    for instance, to send a copy of the collector's `Dispatch` to a
    worker thread.
    jswrenn committed Aug 15, 2022
    Copy the full SHA
    6023a0a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Copy the full SHA
    046bceb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Copy the full SHA
    f781817 View commit details
    Browse the repository at this point in the history