MetricExportResult

sealed interface MetricExportResult

The result of a WarpMetricExporter mutating call.

Inheritors

Types

Link copied to clipboard
data class Failure(val cause: Throwable) : MetricExportResult

The durable write failed; the metric is not persisted.

Link copied to clipboard

The metric was durably written to the local store.