Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Implement tracing::Event handling & parent_id for spans and events #6672

Merged
28 commits merged into from
Aug 12, 2020

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    e43faeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d0d25a View commit details
    Browse the repository at this point in the history
  3. update test

    mattrutherford committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    0b7f4f8 View commit details
    Browse the repository at this point in the history
  4. add tests

    mattrutherford committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    f7981fc View commit details
    Browse the repository at this point in the history
  5. adjust limit

    mattrutherford committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    f892b57 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    159ac53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb8713 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc3e5e3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into tracing-events

    # Conflicts:
    #	client/executor/src/integration_tests/mod.rs
    #	client/tracing/src/lib.rs
    #	primitives/io/Cargo.toml
    mattrutherford committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    89a9b73 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'tracing-events' of github.com:paritytech/substrate into…

    … tracing-events
    
    # Conflicts:
    #	client/executor/src/integration_tests/mod.rs
    #	client/tracing/src/lib.rs
    #	primitives/io/Cargo.toml
    mattrutherford committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    38b412c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1855a9a View commit details
    Browse the repository at this point in the history
  7. fix log level

    mattrutherford committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    2081e5d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8da1d7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64d9863 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    4dfc683 View commit details
    Browse the repository at this point in the history
  2. prefer explicit parent_id over current,

    enhance test
    mattrutherford committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    c4bac2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6d3b5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4ee909 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e14ca5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b7b16e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    b8a105d View commit details
    Browse the repository at this point in the history
  2. implement SPAN_LIMIT

    change event log output
    mattrutherford committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    912b4d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa7f26 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    b42464b View commit details
    Browse the repository at this point in the history
  2. update dependancies

    mattrutherford committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    9e42b31 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. revert limit

    mattrutherford committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    8f16d7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4717247 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Apply suggestions from code review

    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    mattrutherford and bkchr authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    9dc17e3 View commit details
    Browse the repository at this point in the history