public class AgentComparisonResult extends Object
successEntries represent the comparison-result of those metric-paths whose performance was considered to be under the benchmark or threshold-limits.
slowEntries represent the comparison-result of those metric-paths whose performance was considered to be above the tolerance or threshold limits configured
With the help of two separate lists, we can easily find out the trouble causing components
By default, we have a few re-usable functions in FormulaHelper, you can use them and get this entity generated for you. Also if you want to decide your own way to choose whether to tag a comparison-result to be normal or alarming, you can do it your own way as well
Constructor and Description |
---|
AgentComparisonResult() |
Modifier and Type | Method and Description |
---|---|
void |
addToSlowTransactions(MetricPathComparisonResult comparisonOutput) |
void |
addToSuccessfulTransactions(MetricPathComparisonResult comparisonOutput) |
void |
attachEveryPointResult(double threshold,
Map<String,List<TimeSliceValue>> currentTimeSliceValues) |
void |
attachEveryPointResult(Map<String,List<TimeSliceValue>> benchMarkTimeSliceValues,
Map<String,List<TimeSliceValue>> currentTimeSliceValues) |
List<MetricPathComparisonResult> |
getSlowEntries() |
List<MetricPathComparisonResult> |
getSuccessEntries() |
void |
setSlowEntries(List<MetricPathComparisonResult> slowEntries) |
void |
setSuccessEntries(List<MetricPathComparisonResult> successEntries) |
String |
toString() |
public List<MetricPathComparisonResult> getSuccessEntries()
public void setSuccessEntries(List<MetricPathComparisonResult> successEntries)
public void addToSuccessfulTransactions(MetricPathComparisonResult comparisonOutput)
public void addToSlowTransactions(MetricPathComparisonResult comparisonOutput)
public List<MetricPathComparisonResult> getSlowEntries()
public void setSlowEntries(List<MetricPathComparisonResult> slowEntries)
public void attachEveryPointResult(double threshold, Map<String,List<TimeSliceValue>> currentTimeSliceValues)
public void attachEveryPointResult(Map<String,List<TimeSliceValue>> benchMarkTimeSliceValues, Map<String,List<TimeSliceValue>> currentTimeSliceValues)
Copyright © 2016–2019. All rights reserved.