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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

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