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

feat: Explicit bucket boundary advisory parameter #1703

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Aug 22, 2024

  1. feat: Add histogram explicit_bucket_boundaries advice

    The advisory parameter explicit_bucket_boundaries allows instrumentation
    authors to set bucket boundaries for histograms that differ from the
    default bucket set. Since this only applies to histograms, advice
    is not explicitly assigned in other instruments, however, shared methods
    will have an empty hash assigned as the default argument.
    
    Any key passed to advice will be accepted, but only the
    :explicit_bucket_boundaries symbol will have an effect.
    kaylareopelle committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    52df452 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:open-telemetry/opentelemetry-ruby i…

    …nto metrics-advisory-parameters
    kaylareopelle committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1d5c3be View commit details
    Browse the repository at this point in the history
  3. chore: Rubocop

    kaylareopelle committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c728868 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    852aed5 View commit details
    Browse the repository at this point in the history
  2. test: Move test from api to sdk

    The API doesn't have the functionality tested
    kaylareopelle committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ebd9747 View commit details
    Browse the repository at this point in the history
  3. chore: Rubocop

    kaylareopelle committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b9e8d37 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 28, 2024

  1. test: Update assertion

    kaylareopelle committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b723b2c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    a94e1b6 View commit details
    Browse the repository at this point in the history
  2. test: Fix assertion deprecation warning

    must_equal(nil) will be removed in Minitest 6
    kaylareopelle committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7223931 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'metrics-advisory-parameters' of github.com:kaylareopell…

    …e/opentelemetry-ruby into metrics-advisory-parameters
    kaylareopelle committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ba14270 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    8b56502 View commit details
    Browse the repository at this point in the history
  2. feat: Update advice default arg and ivar assign

    Assign the advice instance variable in histograms only.
    Advice will default to nil in all cases.
    kaylareopelle committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9e8471d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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

Commits on Sep 19, 2024

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

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    b50615d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86407fd View commit details
    Browse the repository at this point in the history