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

Deprecate ValueRecorder in favor of Histogram #728

Merged
merged 1 commit into from Feb 13, 2022

Commits on Feb 13, 2022

  1. Deprecate ValueRecorder in favor of Histogram

    The Metric API Spec is now stable and ValueRecorder was replaced with
    Histogram.
    
    * Deprecations - left structs unmarked as clippy threw a fit.
    * Update all code examples to use Histograms.
    * Remove InstrumentKind::ValueRecorder since it's not part of the API.
    ** Otherwise we were left with duplicating code int the SDK which does
       exactly the same thing.
    
    Signed-off-by: Harold Dost <github@hdost.com>
    hdost committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    c3fc589 View commit details
    Browse the repository at this point in the history