Skip to content

Commit

Permalink
codeine-246 ad health endoint - also integrated hikari metrics to the…
Browse files Browse the repository at this point in the history
… metrics endpoint - fixed http health check
  • Loading branch information
rezra3 committed Dec 18, 2018
1 parent 57c13d7 commit 1bf77d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peer/codeine/collectors/OneCollectorRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private void runOnceCheckMinInterval() {
log.info("collectors are disabled");
return;
}
if (node.tags().containsAll(collectorInfo.collector_tags())) {
if (!node.tags().containsAll(collectorInfo.collector_tags())) {
log.info("Skipping collector, as node is missing some tags: " + collectorInfo.collector_tags());
return;
}
Expand Down

0 comments on commit 1bf77d8

Please sign in to comment.