You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/analytics/src/main/java/org/elasticsearch/xpack/analytics/mapper/ParsedHistogramConverter.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -17,25 +17,25 @@ public class ParsedHistogramConverter {
17
17
/**
18
18
* Converts exponential histograms to t-digests using the very same algorithm as the built-in OTLP metrics endpoint.
19
19
*
20
-
* @param exponential
21
-
* @return
20
+
* @param expHisto the exponential histogram to convert
0 commit comments