Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
drempapis committed Feb 11, 2025
1 parent 28c9677 commit 4851a68
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

/**
* A specialized thread pool executor that tracks the execution time of tasks per index.
* This executor provides detailed metrics on task execution times per index, which can be useful for performance monitoring and debugging.
* This executor provides detailed metrics on task execution times per index, which can be useful for performance monitoring and debugging
*
*/
public class TaskExecutionTimeTrackingPerIndexEsThreadPoolExecutor extends TaskExecutionTimeTrackingEsThreadPoolExecutor {
private static final Logger logger = LogManager.getLogger(TaskExecutionTimeTrackingPerIndexEsThreadPoolExecutor.class);
Expand Down

0 comments on commit 4851a68

Please sign in to comment.