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

opentelemetry: record error source chain #2122

Merged
merged 4 commits into from
May 20, 2022
Merged

Commits on May 11, 2022

  1. opentelemetry: record error source chain

    This is a change in how error values are recorded in the opentelemetry adapter.
    For a given field `x` that contains an error type, record an additional dynamic
    field `x.chain` that contains an array of all errors in the source chain. This
    allows users to determine where a high-level error originated.
    lilymara-onesignal committed May 11, 2022
    Configuration menu
    Copy the full SHA
    a81485c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Update tracing-opentelemetry/src/layer.rs

    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    lilymara-onesignal and hawkw committed May 20, 2022
    Configuration menu
    Copy the full SHA
    5cd4184 View commit details
    Browse the repository at this point in the history
  2. Update tracing-opentelemetry/src/layer.rs

    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    lilymara-onesignal and hawkw committed May 20, 2022
    Configuration menu
    Copy the full SHA
    a2b14f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17ece24 View commit details
    Browse the repository at this point in the history