public class MetricEstimateType extends Object
count_or_gauge is
returned. distribution is returned for distribution metrics without percentiles
enabled. Lastly, percentile is returned if filter[pct]=true is queried
with a distribution metric.| Modifier and Type | Class and Description |
|---|---|
static class |
MetricEstimateType.MetricEstimateTypeSerializer |
| Modifier and Type | Field and Description |
|---|---|
static MetricEstimateType |
COUNT_OR_GAUGE |
static MetricEstimateType |
DISTRIBUTION |
static MetricEstimateType |
PERCENTILE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this MetricEstimateType object is equal to o.
|
static MetricEstimateType |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final MetricEstimateType COUNT_OR_GAUGE
public static final MetricEstimateType DISTRIBUTION
public static final MetricEstimateType PERCENTILE
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static MetricEstimateType fromValue(String value)
Copyright © 2023. All rights reserved.