public class TelemetryMetrics
extends com.mapbox.android.core.metrics.AbstractCompositeMetrics
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENTS_FAILED |
static java.lang.String |
EVENTS_TOTAL |
| Constructor and Description |
|---|
TelemetryMetrics(long maxLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRxBytesForType(int networkType,
long bytes) |
void |
addTxBytesForType(int networkType,
long bytes) |
protected com.mapbox.android.core.metrics.Metrics |
nextMetrics(long start,
long end) |
public static final java.lang.String EVENTS_TOTAL
public static final java.lang.String EVENTS_FAILED
public void addRxBytesForType(int networkType,
long bytes)
public void addTxBytesForType(int networkType,
long bytes)
protected com.mapbox.android.core.metrics.Metrics nextMetrics(long start,
long end)
nextMetrics in class com.mapbox.android.core.metrics.AbstractCompositeMetrics