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

chore: improve naming of span related context APIs #1749

Merged
merged 5 commits into from
Dec 21, 2020

Commits on Dec 14, 2020

  1. chore: improve naming of span related context APIs

    Rename [gs]etActiveSpan() to [gs]etSpan() as the span is not active anywhere,
    it's just referenced by the context.
    
    Rename setExtractedSpanContext() to setSpanContext() because any SpanContext
    may be set not only extracted ones.
    
    Rename getParentSpanContext() to getSpanContext() because it retrieves the
    context of the span which can be any span not only a parent.
    Flarna committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    b6b70ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    038cf48 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

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

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    bd4e7d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6956e54 View commit details
    Browse the repository at this point in the history