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

Fix bug when multiple instances were connecting to the same pg instance #1396

Merged
merged 1 commit into from
Feb 27, 2015

Conversation

remh
Copy link

@remh remh commented Feb 25, 2015

Fix #1211

When multiple instances were connecting to the same pg instance, as metrics are not tagged by instance, We were collecting the same metrics multiple times leading to the errors described here:
#1211

This fixes it by not collecting common metrics across instances more than once.

@remh remh added this to the 5.3.0 milestone Feb 25, 2015
@LeoCavaille
Copy link
Member

LGTM, maybe we could add some testing around this logic?

@LeoCavaille
Copy link
Member

Also it broke the PG test cases.

remh pushed a commit that referenced this pull request Feb 27, 2015
Fix bug when multiple instances were connecting to the same pg instance
@remh remh merged commit 6b2712f into master Feb 27, 2015
@remh remh deleted the remh/fix_pg branch March 16, 2015 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants