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

feat: allow users to use different channels based on runtime in batch span processor #560

Merged
merged 4 commits into from Jun 5, 2021

Commits on May 26, 2021

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

Commits on May 31, 2021

  1. fix: lint issue.

    * Add error messages based on error type.
    TommyCpp committed May 31, 2021
    Configuration menu
    Copy the full SHA
    4efd78d View commit details
    Browse the repository at this point in the history
  2. feat: move trace related runtime function into TraceRuntime trait.

    Note that the types we used in `batch_message_channel` function and `TrySend` trait are all from `trace` mod. But the runtime doesn't live in trace mod. So we use another trait `TraceRuntime` to include all function and types that related `trace` mod
    TommyCpp committed May 31, 2021
    Configuration menu
    Copy the full SHA
    9d801c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

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