Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagan Juneja committed May 6, 2024
1 parent d7250c5 commit d5130bb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
import org.opensearch.common.settings.Settings;
import org.opensearch.index.IndexingPressureService;
import org.opensearch.node.Node;
import org.opensearch.telemetry.metrics.MetricsRegistry;
import org.opensearch.threadpool.ThreadPool;

import java.util.Collections;
Expand Down Expand Up @@ -123,6 +124,10 @@ public MetricsRegistry setMetricsRegistry(MetricsRegistry metricsRegistry) {
return this.metricsRegistry = metricsRegistry;
}

public MetricsRegistry getMetricsRegistry() {
return this.metricsRegistry;
}

public synchronized void setNodeConnectionsService(NodeConnectionsService nodeConnectionsService) {
clusterApplierService.setNodeConnectionsService(nodeConnectionsService);
}
Expand Down

0 comments on commit d5130bb

Please sign in to comment.