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

Add WithClock TracerProviderOption #2052

Closed
wants to merge 41 commits into from
Closed

Commits on Jul 3, 2021

  1. Configuration menu
    Copy the full SHA
    5d0f379 View commit details
    Browse the repository at this point in the history
  2. fix lint (goimports)

    Frefreak committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    a8a08d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

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

Commits on Jul 6, 2021

  1. adjustment

    - change `SetClock` to `WithClock` style option
    - `Since` fallback to use `Now().Sub` if not implemented
    Frefreak committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    6aaec19 View commit details
    Browse the repository at this point in the history
  2. renaming, adjust changelog

    Frefreak committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    33e4408 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. various change

    - move MonotonicEndTime from sdk/internal to sdk/trace, and unexport it
    - use a struct instead of interface as traceproviders's real clock field
    Frefreak committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    af73898 View commit details
    Browse the repository at this point in the history
  2. lint

    Frefreak committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    401d125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d41de7d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    39af369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    049cd2e View commit details
    Browse the repository at this point in the history
  3. Update sdk/trace/provider.go

    Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
    Frefreak and MrAlias authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    dcc82b0 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
    Frefreak and MrAlias authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    e80a1fe View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. add "stopwatch" to clock

    Frefreak committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    8340380 View commit details
    Browse the repository at this point in the history
  2. improve doc

    Frefreak committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    3f1a87d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f506ac3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. lint

    Frefreak committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    b9250b3 View commit details
    Browse the repository at this point in the history
  2. change interface signature

    Frefreak committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    c7c088b View commit details
    Browse the repository at this point in the history
  3. small refactor

    Frefreak committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    d1a5ae0 View commit details
    Browse the repository at this point in the history
  4. doc

    Frefreak committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    51e400e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    d5514dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04ef13c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8075f98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f68db3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

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

Commits on Jul 30, 2021

  1. fix doc

    Frefreak committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    1cb2208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aee73f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

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

Commits on Aug 6, 2021

  1. Update sdk/trace/time.go

    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    Frefreak and pellared authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    bffe943 View commit details
    Browse the repository at this point in the history
  2. update test

    Frefreak committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    e2d7e8f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. add nilStopwatch

    Frefreak committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    6173f5c View commit details
    Browse the repository at this point in the history
  2. refactor test

    Frefreak committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    a81a903 View commit details
    Browse the repository at this point in the history
  3. refactor test again

    Frefreak committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    670c671 View commit details
    Browse the repository at this point in the history
  4. lowercase "should"

    Frefreak committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    5206913 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. fix doc

    Frefreak committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9ef9a5a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    e924492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f86f78 View commit details
    Browse the repository at this point in the history
  3. fix

    Frefreak committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    094b868 View commit details
    Browse the repository at this point in the history
  4. modify CHANGELOG and format

    Frefreak committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    498dc4f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    1139987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc222e View commit details
    Browse the repository at this point in the history
  3. fix vanity-import-check

    Frefreak committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    e5c647d View commit details
    Browse the repository at this point in the history