Skip to content

Commit

Permalink
added javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Atharva Sharma <[email protected]>
  • Loading branch information
atharvasharma61 committed Jun 6, 2024
1 parent 8e65e7d commit 9ee091c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
import org.opensearch.performanceanalyzer.commons.stats.metrics.StatMetrics;
import org.opensearch.performanceanalyzer.commons.util.Util;

/*
* This class is responsible for scheduling the metrics collection.
* It creates a thread pool of size collectorThreadCount and runs the metrics collection
* in the thread pool.
*/
public class ScheduledMetricCollectorsExecutor extends Thread {
private static final Logger LOG = LogManager.getLogger(ScheduledMetricCollectorsExecutor.class);
private final int collectorThreadCount;
Expand Down

0 comments on commit 9ee091c

Please sign in to comment.