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

Rabbitmq exchange metricset and queue message rates (#6442) #6586

Closed
wants to merge 9 commits into from
Closed

Rabbitmq exchange metricset and queue message rates (#6442) #6586

wants to merge 9 commits into from

Conversation

kvalev
Copy link
Contributor

@kvalev kvalev commented Mar 17, 2018

This pull requests add a new metricset for RabbitMQ exchanges and extends the existing queue metricset to include the message rates.

Related to #6442

@elasticmachine
Copy link
Collaborator

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

}, nil
}

func (m *MetricSet) Fetch() ([]common.MapStr, error) {

Choose a reason for hiding this comment

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

exported method MetricSet.Fetch should have comment or be unexported

*helper.HTTP
}

func New(base mb.BaseMetricSet) (mb.MetricSet, error) {

Choose a reason for hiding this comment

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

exported function New should have comment or be unexported

}
}

type MetricSet struct {

Choose a reason for hiding this comment

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

exported type MetricSet should have comment or be unexported

@kvalev kvalev changed the title WIP: Rabbitmq exchange metricset and queue message rates (#6442) Rabbitmq exchange metricset and queue message rates (#6442) Mar 17, 2018
@@ -30,12 +30,21 @@ var (
"messages": s.Object{
"total": s.Object{
"count": c.Int("messages"),
"details": c.Dict("messages_details", s.Schema{
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we move the changes to the queue metricset to a separate PR?

@kvalev
Copy link
Contributor Author

kvalev commented Mar 20, 2018

This pull request has been split into #6606 and #6607.

@kvalev kvalev closed this Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants