Skip to content

Commit 60e9e77

Browse files
committed
forgot javadoc for new class
Signed-off-by: TJ Neuenfeldt <[email protected]>
1 parent a3819d4 commit 60e9e77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/src/main/java/org/opensearch/search/profile/ProfileMetricUtil.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
import java.util.Collection;
1616
import java.util.function.Supplier;
1717

18+
/**
19+
* Utility class to provide profile metrics to breakdowns.
20+
*/
1821
public class ProfileMetricUtil {
1922

2023
public static Collection<Supplier<ProfileMetric>> getDefaultQueryProfileMetrics() {

0 commit comments

Comments
 (0)