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

metrics: rename *_poll_count_* to *_poll_time_* #6924

Merged
merged 2 commits into from
Oct 22, 2024

Commits on Oct 21, 2024

  1. metrics: rename *_poll_count_* to *_poll_time_*

    A consistent bit of feedback I've heard is that the `poll_count_histogram` name is a little confusing since the value customers actually get out of it is `poll_times`.
    
    This renames all public APIs from `poll_count` to `poll_time`. The existing APIs were deprecated with one exception: the newly added `poll_count_histogram_configuration` which hasn't been released yet was simply renamed.
    rcoh committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9b25f46 View commit details
    Browse the repository at this point in the history
  2. Fix missed methods

    rcoh committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    07ae5b1 View commit details
    Browse the repository at this point in the history