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

make TracerProvider simply implement a gen_server #298

Merged
merged 2 commits into from
Oct 26, 2021

Commits on Oct 25, 2021

  1. make TracerProvider simply implement a gen_server

    The API defines the functions a user calls to interact with the
    TracerProvider but the handling of the gen_server calls is done
    in another module. In this case the other module is in the SDK
    application.
    
    otel_tracer_server registers itself with the name
    otel_tracer_provider so it acts as the default global provider.
    
    If multiple SDK's attempt to register as the default providers
    startup will fail, by design.
    Tristan Sloughter committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    4d1a65e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

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