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: implement opentelemetry for distributed tracing #706

Merged
merged 15 commits into from
Oct 24, 2024

Commits on Jun 29, 2024

  1. feat: add otel & tracing for distributed tracing

    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    1eaeda9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/litmuschaos/litmus-go int…

    …o distributed-tracing
    namkyu1999 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    9035b4d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. feat: add tracing codes to chaslib

    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1414368 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Merge branch 'master' of https://github.com/litmuschaos/litmus-go int…

    …o distributed-tracing
    
    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8e99505 View commit details
    Browse the repository at this point in the history
  2. fix: misc

    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    803ab50 View commit details
    Browse the repository at this point in the history
  3. fix: make otel optional

    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e9be0ec View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. fix: skip if litmus-go not received trace_parent

    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a6a77d1 View commit details
    Browse the repository at this point in the history
  2. fix: Set context.Context as a parameter in each function

    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    723fb59 View commit details
    Browse the repository at this point in the history
  3. update templates

    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    86c0bab View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. feat: rename spans and enhance coverage

    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7241a9c View commit details
    Browse the repository at this point in the history
  2. fix: avoid shadowing

    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2d476f8 View commit details
    Browse the repository at this point in the history
  3. fix: add logs

    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    087a199 View commit details
    Browse the repository at this point in the history
  4. fix: add logs

    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f55bfb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. fix: fix templates

    Signed-off-by: namkyu1999 <[email protected]>
    namkyu1999 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c27b450 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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