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

Update the SimpleSpanProcessor #1612

Merged
merged 11 commits into from
Mar 8, 2021

Commits on Feb 26, 2021

  1. Update the SimpleSpanProcessor

    Subsequent calls to OnStart, OnEnd, and ForceFlush should be ignored
    gracefully once Shutdown has been called. This implements that behavior
    by shutting down the exporter and removing it from the
    SimpleSpanProcessor so subsequent calls to OnEnd will be no-ops.
    MrAlias committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    ce54a82 View commit details
    Browse the repository at this point in the history
  2. Add changes to changelog

    MrAlias committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    415501c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e9dba1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Update CHANGELOG.md

    Co-authored-by: Steven E. Harris <[email protected]>
    MrAlias and seh authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    75c5c85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc0b3a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    4171b32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3a96b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    997071d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    31e24da View commit details
    Browse the repository at this point in the history
  2. Update simple_span_processor.go

    revert comment change from merge
    MrAlias authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    3e935b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

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