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: add semconv exception fields #2135

Merged
merged 6 commits into from Jun 23, 2022

Commits on Jun 23, 2022

  1. opentelemetry: add semconv exception fields

    When an error value is recorded, it should add the `exception.message` and
    `exception.stacktrace` fields from the opentelemetry semantic conventions to the
    span/event. Ideally the `exception.type` field would be provided also, but there
    is currently not a mechanism to determine the type name of a trait object.
    lilymara-onesignal committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e7505a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e200ee2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cd337f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33ed5d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ab5511 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4feda0c View commit details
    Browse the repository at this point in the history