Skip to content

Commit 2c4f413

Browse files
gmarouliJonasKunz
andauthored
Update x-pack/plugin/downsample/src/main/java/org/elasticsearch/xpack/downsample/ExponentialHistogramMetricFieldProducer.java
Co-authored-by: Jonas Kunz <[email protected]>
1 parent 8af93c4 commit 2c4f413

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/downsample/src/main/java/org/elasticsearch/xpack/downsample/ExponentialHistogramMetricFieldProducer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121

2222
/**
2323
* Class that collects all raw values for an exponential histogram metric field and computes its aggregate (downsampled)
24-
* values. Based on the supported metric types, the subclasses of this class compute values for
25-
* gauge and metric types.
24+
* values.
2625
*/
2726
final class ExponentialHistogramMetricFieldProducer extends AbstractDownsampleFieldProducer {
2827

0 commit comments

Comments
 (0)