public class LatencyValueSelector extends Object
| Constructor and Description |
|---|
LatencyValueSelector(boolean ignoreTransactionController) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isIgnoreTransactionController() |
Double |
select(String series,
Sample sample)
Do a projection from a sample to the value to aggregate for the specified
series and key.
|
public LatencyValueSelector(boolean ignoreTransactionController)
ignoreTransactionController - boolean ignore SampleResult
generated by TransactionControllerpublic Double select(String series, Sample sample)
GraphValueSelectorseries - the series where the value will be aggregatedsample - the sampleprotected boolean isIgnoreTransactionController()
Copyright © 1998-2020 Apache Software Foundation. All Rights Reserved.