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

Add support for tracing via OpenTelemetry #254

Merged
merged 13 commits into from Nov 28, 2022

Commits on Oct 23, 2022

  1. Initial PR to add support for OTEL

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Oct 23, 2022
    Copy the full SHA
    bac160e View commit details
    Browse the repository at this point in the history
  2. Start to add span attributes covered by test

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Oct 23, 2022
    Copy the full SHA
    75bec98 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Include more span attributes

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Oct 26, 2022
    Copy the full SHA
    f414288 View commit details
    Browse the repository at this point in the history
  2. Continue to work on setting appropriate attributes

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Oct 26, 2022
    Copy the full SHA
    e390757 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Add nil context test case

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Nov 1, 2022
    Copy the full SHA
    14ee16f View commit details
    Browse the repository at this point in the history
  2. Ensure status captures error message

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Nov 1, 2022
    Copy the full SHA
    b3ce5f1 View commit details
    Browse the repository at this point in the history
  3. Add scheme

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Nov 1, 2022
    Copy the full SHA
    9aa3bfd View commit details
    Browse the repository at this point in the history
  4. Address remaining test implementation, add functional options

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Nov 1, 2022
    Copy the full SHA
    d09ae3b View commit details
    Browse the repository at this point in the history
  5. Remove unused package reference

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Nov 1, 2022
    Copy the full SHA
    eef3104 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Add support for setting span name

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Nov 3, 2022
    Copy the full SHA
    601824c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Clean up implementation

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Nov 4, 2022
    Copy the full SHA
    f318eb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Bump go version in github ci

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Nov 6, 2022
    Copy the full SHA
    0ebe6da View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Bump go to 1.18

    Signed-off-by: Joseph Woodward <joseph.woodward@xeuse.com>
    josephwoodward committed Nov 8, 2022
    Copy the full SHA
    f454d66 View commit details
    Browse the repository at this point in the history