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

[config] add NewSDK func #4414

Merged
merged 8 commits into from Oct 20, 2023
Merged

Commits on Oct 11, 2023

  1. [config] add NewSDK func

    For now it's returning a noop tracer/meter provider if no configuration
    is found. Otherwise it returns an unconfigured SDK meter/tracer provider.
    
    This PR is mostly to start putting the pieces together for the interface.
    
    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b166c58 View commit details
    Browse the repository at this point in the history
  2. Update config/config_test.go

    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    2 people authored and Alex Boten committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f24cfcc View commit details
    Browse the repository at this point in the history
  3. rename test vars as per feedback

    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5753343 View commit details
    Browse the repository at this point in the history
  4. precommit

    Signed-off-by: Alex Boten <aboten@lightstep.com>
    Alex Boten committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8178684 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    pellared committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    be372c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    30d2bbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a699f0e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Merge branch 'main' into codeboten/config-new

    Alex Boten committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0d7a16f View commit details
    Browse the repository at this point in the history