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

Add Default trait to Statistics #410

Merged
merged 1 commit into from
Nov 27, 2021
Merged

Commits on Nov 26, 2021

  1. Add Default trait to Statistics

    rdkafka publishes stats every configurable ms. Some of these properties
    are ever increasing and requires us to calculate the difference between
    the current value and the previous value (for example the 'tx' and
    'txmsgs' fields). Setting a Default trait allow us to use the default
    values for fields of the struct which are required on startup.
    scanterog authored and benesch committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    2064e25 View commit details
    Browse the repository at this point in the history