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

Expose message timestamp and metrics improvements #28

Merged
merged 4 commits into from
Jul 5, 2017
Merged

Commits on Jul 4, 2017

  1. metrics: combine recover_rate with consumed_messages_rate

    * Replaces recover_rate metric with consumed_messages_rate as they
      are essentially tracking the same metric.
    SamiHiltunen committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    712ff01 View commit details
    Browse the repository at this point in the history
  2. topic specific metrics

    * Adds topic specific metrics for more precise insights.
    SamiHiltunen committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    f9e6635 View commit details
    Browse the repository at this point in the history
  3. message timestamp on context

    * Exposes message timestamps in Context.
    SamiHiltunen committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    0de8093 View commit details
    Browse the repository at this point in the history
  4. consumption delay metric

    * Adds a metric for measuring consumption delay based on the
      message timestamps.
    SamiHiltunen committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    1001c9f View commit details
    Browse the repository at this point in the history