Skip to content

Commit 1bf77d8

Browse files
author
rezra3
committed
codeine-246 ad health endoint - also integrated hikari metrics to the metrics endpoint - fixed http health check
1 parent 57c13d7 commit 1bf77d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/peer/codeine/collectors/OneCollectorRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private void runOnceCheckMinInterval() {
9292
log.info("collectors are disabled");
9393
return;
9494
}
95-
if (node.tags().containsAll(collectorInfo.collector_tags())) {
95+
if (!node.tags().containsAll(collectorInfo.collector_tags())) {
9696
log.info("Skipping collector, as node is missing some tags: " + collectorInfo.collector_tags());
9797
return;
9898
}

0 commit comments

Comments
 (0)