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(inputs.statsd): Allow counters to report as float #15371

Merged
merged 2 commits into from
May 17, 2024

Commits on May 16, 2024

  1. feat(inputs.statsd): Allow counters to report as float

    By default counters are stored as ints. However, if a user is using a
    value as both a float or a int it can lead to type conflicts. This
    maintains the interal representation as an int to avoid messing with the
    caching code, but allows the counter to be reported as a float when a
    metric is reported.
    
    fixes: influxdata#1978
    powersj committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e3989a2 View commit details
    Browse the repository at this point in the history
  2. make docs

    powersj committed May 16, 2024
    Configuration menu
    Copy the full SHA
    01accd7 View commit details
    Browse the repository at this point in the history