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

Workaround otel histogram options #170

Merged
merged 5 commits into from Feb 8, 2022

Commits on Jan 31, 2022

  1. workaround to pass explicit histogram options

    The commit works around the disconnect between the OTEL metrics Meter
    interface for creating histograms and the actual Aggregator used to
    collect and report on the data. Presently, there is no way to pass
    bucket definitions to the aggregator except globally for all histograms.
    
    This commit resolves that by allowing for the use of a custome
    AggregatorSelector that caches any options and looks them up when a new
    Aggregator is requested by the OTEL controller.
    voidlock committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    0f64416 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    9d5383d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c68abe2 View commit details
    Browse the repository at this point in the history
  3. use a func instead of slice

    voidlock committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    efbc5d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8389709 View commit details
    Browse the repository at this point in the history