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

[Gearman] Improve integration #1476

Merged
merged 2 commits into from Mar 27, 2015
Merged

[Gearman] Improve integration #1476

merged 2 commits into from Mar 27, 2015

Conversation

remh
Copy link
Contributor

@remh remh commented Mar 26, 2015

  • Add proper support of multiple instances
  • Add tags to service checks
  • Migrate test to new test framework

* Add proper support of multiple instances
* Add tags to service checks
* Migrate test to new test framework
@remh remh added this to the 5.3.0 milestone Mar 26, 2015
self.assertMetric('gearman.unique_tasks', value=0.0, tags=tags)
self.assertMetric('gearman.running', value=0.0, tags=tags)
self.assertMetric('gearman.queued', value=0.0, tags=tags)
self.assertMetric('gearman.workers', value=0.0, tags=tags)
Copy link
Member

Choose a reason for hiding this comment

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

These metrics should only have one datapoint. Can you ensure this by using count=1 in the assert?

@LeoCavaille
Copy link
Member

Looks good except the few nitpicks above.

remh added a commit that referenced this pull request Mar 27, 2015
@remh remh merged commit e33d658 into master Mar 27, 2015
@remh remh deleted the remh/gearman_tests branch March 27, 2015 22:18
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