| Package | Description |
|---|---|
| io.split.storages.pluggable.adapters | |
| io.split.telemetry.domain.enums | |
| io.split.telemetry.storage |
| Modifier and Type | Method and Description |
|---|---|
void |
UserCustomTelemetryAdapterProducer.recordException(MethodEnum method) |
void |
UserCustomTelemetryAdapterProducer.recordLatency(MethodEnum method,
long latency) |
| Modifier and Type | Method and Description |
|---|---|
static MethodEnum |
MethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodEnum[] |
MethodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryTelemetryStorage.recordException(MethodEnum method) |
void |
NoopTelemetryStorage.recordException(MethodEnum method) |
void |
TelemetryEvaluationProducer.recordException(MethodEnum method) |
void |
InMemoryTelemetryStorage.recordLatency(MethodEnum method,
long latency) |
void |
NoopTelemetryStorage.recordLatency(MethodEnum method,
long latency) |
void |
TelemetryEvaluationProducer.recordLatency(MethodEnum method,
long latency) |
Copyright © 2021. All rights reserved.