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

implement scope configuration #1353

Merged
merged 39 commits into from
Aug 18, 2024
Merged

Commits on Jul 18, 2024

  1. add enabled function

    spec 1.34 requires logger, tracer, and instrument to have an enabled function
    brettmc committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c12f89d View commit details
    Browse the repository at this point in the history
  2. tracer configurator

    brettmc committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7f8324b View commit details
    Browse the repository at this point in the history
  3. logger config

    brettmc committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b61feed View commit details
    Browse the repository at this point in the history
  4. meter config

    brettmc committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3111994 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    6248609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a4fca7 View commit details
    Browse the repository at this point in the history
  3. tracer configurator builder

    brettmc committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0d70f91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c6fb99 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    dbd1108 View commit details
    Browse the repository at this point in the history
  2. metrics reconfig

    brettmc committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    776f87a View commit details
    Browse the repository at this point in the history
  3. gauge enabled

    brettmc committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    3c8cd17 View commit details
    Browse the repository at this point in the history
  4. rector

    brettmc committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    46c5730 View commit details
    Browse the repository at this point in the history
  5. default values

    brettmc committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    3bdae48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8447c8d View commit details
    Browse the repository at this point in the history
  7. rename enabled to isEnabled

    brettmc committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    83f81c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    ccf7da5 View commit details
    Browse the repository at this point in the history
  2. add benchmark test

    brettmc committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    9b33ef7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    705bfc4 View commit details
    Browse the repository at this point in the history
  4. tests

    brettmc committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    0feb995 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. rename method, add tests

    brettmc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3955dba View commit details
    Browse the repository at this point in the history
  2. rename method, tests

    brettmc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0eb8707 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0447da6 View commit details
    Browse the repository at this point in the history
  4. interface

    brettmc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    471d391 View commit details
    Browse the repository at this point in the history
  5. ScopeConfigurator interface

    brettmc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f94a733 View commit details
    Browse the repository at this point in the history
  6. param

    brettmc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4d21c6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25c7249 View commit details
    Browse the repository at this point in the history
  8. nullsafe, rename method

    brettmc committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f30df57 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. fix weakmap GC

    brettmc committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9807215 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48cf8fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dcdb01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65ff1d3 View commit details
    Browse the repository at this point in the history
  5. rector + style

    brettmc committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6d018cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a233ad7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2c9793 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    b5f0c72 View commit details
    Browse the repository at this point in the history
  2. add skipped test for disabling metric streams

    the feature is not implemented yet
    brettmc committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6fb6b1d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    e7e0104 View commit details
    Browse the repository at this point in the history
  2. replace scope configurator implementation

    use Nevay's implementation, provided in PR feedback
    brettmc committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1d78401 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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