public interface HdrDeltaHistogramAttachment extends HdrDeltaHistogramProvider
Allow a DeltaHistogram to have attached metrics that also get a copy of any input data.
Terms
Implementing classes should reproduce their configuration, but not their content. This means that attached metrics will receive content from the time they are attached, and wil not see previous content. Attaching metrics are responsible for the creation and ownership of the attached metrics.
Implementations of the attaching metric should ensure that attached metrics all receive the same data.
The number of metrics that are allowed to be chained is implementation dependent.
Implementations should ensure that any naming fields are marked differently so that the attached metric does not have the exact same name as the attaching metric.
| Modifier and Type | Method and Description |
|---|---|
HdrDeltaHistogramProvider |
attach()
Attach a metric.
|
getNextHdrDeltaHistogramHdrDeltaHistogramProvider attach()
Copyright © 2017. All rights reserved.