public class ServiceCallCollector extends Object
| Constructor and Description |
|---|
ServiceCallCollector(int limit,
int hardLimitMultiplierWhileBuilding) |
| Modifier and Type | Method and Description |
|---|---|
void |
mergeServiceCall(String serviceCallType,
String serviceCallText,
double totalDurationNanos,
long executionCount) |
void |
mergeServiceCallsInto(ServiceCallCollector collector) |
void |
mergeServiceCallsInto(ServiceCallCollector collector) |
List<AggregateOuterClass.Aggregate.ServiceCall> |
toAggregateProto() |
public ServiceCallCollector(int limit,
int hardLimitMultiplierWhileBuilding)
public void mergeServiceCall(String serviceCallType, String serviceCallText, double totalDurationNanos, long executionCount)
public void mergeServiceCallsInto(ServiceCallCollector collector)
public void mergeServiceCallsInto(ServiceCallCollector collector)
public List<AggregateOuterClass.Aggregate.ServiceCall> toAggregateProto()
Copyright © 2011–2020 Glowroot contributors. All rights reserved.