public interface AnalyticsService
| Modifier and Type | Method and Description |
|---|---|
int |
getAlertCount(String tenantId,
String name)
This method returns the number of alerts associated with the specified
business transaction.
|
List<String> |
getBoundURIs(String tenantId,
String businessTransaction,
long startTime,
long endTime)
This method returns the bound URIs associated with a business
transaction.
|
long |
getCompletionCount(String tenantId,
BusinessTransactionCriteria criteria)
This method returns the number of completed transactions, of the specified named
business transaction, that were executed during the time range.
|
long |
getCompletionFaultCount(String tenantId,
BusinessTransactionCriteria criteria)
This method returns the number of completed transactions, of the specified named
business transaction, that were executed during the time range and returned
a fault.
|
Percentiles |
getCompletionPercentiles(String tenantId,
BusinessTransactionCriteria criteria)
This method returns the percentiles, for the specified criteria, that were
executed during the time range.
|
List<URIInfo> |
getUnboundURIs(String tenantId,
long startTime,
long endTime)
This method returns the unbound URIs (i.e.
|
void |
storeCompletionTimes(String tenantId,
List<CompletionTime> completionTimes)
This method stores the supplied list of completion times.
|
void |
storeResponseTimes(String tenantId,
List<ResponseTime> responseTimes)
This method stores the supplied list of completion times.
|
List<URIInfo> getUnboundURIs(String tenantId, long startTime, long endTime)
tenantId - The optional tenant idstartTime - The start timeendTime - The end time (if 0, then current time)List<String> getBoundURIs(String tenantId, String businessTransaction, long startTime, long endTime)
tenantId - The optional tenant idbusinessTransaction - The business transaction namestartTime - The start timeendTime - The end time (if 0, then current time)long getCompletionCount(String tenantId, BusinessTransactionCriteria criteria)
tenantId - The tenant idcriteria - The criterialong getCompletionFaultCount(String tenantId, BusinessTransactionCriteria criteria)
tenantId - The tenant idcriteria - The criteriaPercentiles getCompletionPercentiles(String tenantId, BusinessTransactionCriteria criteria)
tenantId - The tenant idcriteria - The criteriaint getAlertCount(String tenantId, String name)
tenantId - The tenant idname - The business transaction namevoid storeResponseTimes(String tenantId, List<ResponseTime> responseTimes) throws Exception
tenantId - The tenant idcompletionTimes - The completion timesException - Failed to storevoid storeCompletionTimes(String tenantId, List<CompletionTime> completionTimes) throws Exception
tenantId - The tenant idcompletionTimes - The completion timesException - Failed to storeCopyright © 2015 Red Hat, Inc.. All rights reserved.