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

make trace/span id generation customizable #310

Merged
merged 3 commits into from
Nov 18, 2021

Commits on Nov 13, 2021

  1. make trace/span id generation customizable

    A behaviour, otel_id_generator, is added which has callbacks for
    generating trace and span ids, along with the default versions
    of those functions.
    
    The implementation to use is kept in the tracer record.
    Tristan Sloughter committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    e71c853 View commit details
    Browse the repository at this point in the history
  2. add junit/surefire action to view failures in PR

    Tristan Sloughter committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    6075c25 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. pin otel collecto image for tests

    Tristan Sloughter committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    fa8ae84 View commit details
    Browse the repository at this point in the history