We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3819d4 commit 60e9e77Copy full SHA for 60e9e77
server/src/main/java/org/opensearch/search/profile/ProfileMetricUtil.java
@@ -15,6 +15,9 @@
15
import java.util.Collection;
16
import java.util.function.Supplier;
17
18
+/**
19
+ * Utility class to provide profile metrics to breakdowns.
20
+ */
21
public class ProfileMetricUtil {
22
23
public static Collection<Supplier<ProfileMetric>> getDefaultQueryProfileMetrics() {
0 commit comments