| Package | Description |
|---|---|
| org.hawkular.apm.api.services |
| Modifier and Type | Method and Description |
|---|---|
List<CompletionTime> |
AnalyticsService.getTraceCompletionTimes(String tenantId,
Criteria criteria)
This method returns the list of trace completion times that meet the supplied
criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsService.storeFragmentCompletionTimes(String tenantId,
List<CompletionTime> completionTimes)
This method stores the supplied list of completion times for individual fragments.
|
void |
AnalyticsService.storeTraceCompletionTimes(String tenantId,
List<CompletionTime> completionTimes)
This method stores the supplied list of completion times for end to end traces.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.