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

Allow to have the app set late for FlaskTracing. #24

Closed

Commits on Aug 20, 2018

  1. Configuration menu
    Copy the full SHA
    1a2df3d View commit details
    Browse the repository at this point in the history
  2. Do a linting step.

    carlosalberto committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    44c9d1a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

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

Commits on Aug 29, 2018

  1. Use OT 2.0.

    carlosalberto committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    70d4ad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fac277 View commit details
    Browse the repository at this point in the history
  3. Do not log failed header extraction.

    In other instrumentation code this is not reported,
    as it's not considered fatal.
    carlosalberto committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    a22200c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Add standard tags. (opentracing-contrib#21)

    * Add standard tags.
    carlosalberto authored Sep 7, 2018
    Configuration menu
    Copy the full SHA
    db04a45 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Better tracer handling.

    * Let the tracer be optional, and fallback
      to the global tracer.
    * Expose tracer as a property without trailing _.
    carlosalberto committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    fbf1ca9 View commit details
    Browse the repository at this point in the history
  2. Properly test over-the-wire context propagation.

    This test used to be a dummy one, as we had lacked
    a MockTracer implementation, but now we have one.
    carlosalberto committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    e8a2ce6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bf427e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    517a7a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

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

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    24f0fc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6447acf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3a058e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

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

Commits on Nov 6, 2018

  1. Rename set_app() to init_app().

    This is done to make the app more Flask-esque.
    carlosalberto committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    0c46520 View commit details
    Browse the repository at this point in the history