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: introduce ended property on Span #625

Merged
merged 10 commits into from
Mar 10, 2020

Commits on Feb 4, 2020

  1. feat: introduce ended property on Span

    Add a getter to Span and ReadableSpan to allow checking if the span is
    ended without using a private field or rely on internals like
    span.duration[0] < 0.
    
    Refs: open-telemetry/opentelemetry-java#693
    Refs: open-telemetry/opentelemetry-java#697
    Flarna committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    28bbad2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

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

Commits on Feb 7, 2020

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

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    242b5d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118a66d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    9eaec17 View commit details
    Browse the repository at this point in the history
  2. chore: revert changes in API

    Flarna committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    2c2b532 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    004a7bf View commit details
    Browse the repository at this point in the history
  2. chore: remove unneeded isEnded

    Flarna committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    4762b8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    348a939 View commit details
    Browse the repository at this point in the history