| Package | Description |
|---|---|
| org.webswing.server.services.stats.logger |
| Modifier and Type | Method and Description |
|---|---|
Aggregation |
MetricRule.getAggregation() |
static Aggregation |
Aggregation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregation[] |
Aggregation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SummaryStats.aggregate(Map<String,InstanceStats> instanceMap,
String name,
Aggregation aggregation) |
void |
MetricRule.setAggregation(Aggregation aggregation) |
| Constructor and Description |
|---|
MetricRule(Aggregation aggregation,
long interval,
int metricHistoryLimit) |
Copyright © 2018. All rights reserved.