public class AggregateIntervalCollector extends Object
public void add(Transaction transaction)
public long getCaptureTime()
public LiveAggregateRepository.OverviewAggregate getOverviewAggregate(String transactionType, String transactionName)
public LiveAggregateRepository.PercentileAggregate getPercentileAggregate(String transactionType, String transactionName)
public LiveAggregateRepository.ThroughputAggregate getThroughputAggregate(String transactionType, String transactionName)
public void mergeAuxThreadProfilesInto(ProfileCollector collector, String transactionType, String transactionName)
public void mergeMainThreadProfilesInto(ProfileCollector collector, String transactionType, String transactionName)
public void mergeOverallErrorSummaryInto(OverallErrorSummaryCollector collector, String transactionType)
public void mergeOverallSummaryInto(OverallSummaryCollector collector, String transactionType)
public void mergeQueriesInto(QueryCollector collector, String transactionType, String transactionName)
public void mergeServiceCallsInto(ServiceCallCollector collector, String transactionType, String transactionName)
public void mergeTransactionNameErrorSummariesInto(TransactionNameErrorSummaryCollector collector, String transactionType)
public void mergeTransactionNameSummariesInto(TransactionNameSummaryCollector collector, String transactionType)
Copyright © 2011–2020 Glowroot contributors. All rights reserved.