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 remaining attributes to MessageStats struct #73

Merged
merged 1 commit into from Jan 31, 2016

Conversation

ewilde
Copy link
Contributor

@ewilde ewilde commented Jan 31, 2016

This pull requests adds remaining fields: deliver_get, redeliver, get, get_no_ack to the MessageStats struct

"MessageStats": {
    "publish": 55194,
    "publish_details": {
      "rate": 271.2
    },
    "deliver_get": 100,
    "deliver_get_details": {
      "rate": 0
    },
    "redeliver": 0,
    "redeliver_details": {
      "rate": 0
    },
    "get": 0,
    "get_details": {
      "rate": 0
    },
    "get_no_ack": 100,
    "get_no_ack_details": {
      "rate": 0
    }
  }

@@ -10,6 +10,8 @@ The workflow is pretty standard:

## Running Tests

Create a virtual host `rabbit/hole` and assign it guest permissions
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a better idea to recommend running bin/ci/before_script.sh.

@michaelklishin michaelklishin self-assigned this Jan 31, 2016
@michaelklishin michaelklishin merged commit b1a1c9a into michaelklishin:master Jan 31, 2016
@michaelklishin
Copy link
Owner

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants