Constructor and Description |
---|
DelegatingHistogram(MetricName name,
org.apache.beam.sdk.util.HistogramData.BucketType bucketType,
boolean processWideContainer) |
Modifier and Type | Method and Description |
---|---|
MetricName |
getName()
The
MetricName given to this metric. |
void |
update(double value)
Add an observation to this histogram.
|
public DelegatingHistogram(MetricName name, org.apache.beam.sdk.util.HistogramData.BucketType bucketType, boolean processWideContainer)
public void update(double value)
Histogram
public MetricName getName()
Metric
MetricName
given to this metric.