public interface Histogram extends Metric
| Modifier and Type | Method and Description | 
|---|---|
default void | 
update(double... values)
Add observations to this histogram. 
 | 
void | 
update(double value)
Add an observation to this histogram. 
 | 
default void | 
update(org.apache.beam.sdk.util.HistogramData data)
Add a histogram to this histogram. 
 | 
void update(double value)
default void update(double... values)
default void update(org.apache.beam.sdk.util.HistogramData data)