ProviderScopeResponse

data class ProviderScopeResponse(val scope: String, val requestCount: Long, val successCount: Long, val failureCount: Long, val retryCount: Long, val circuitOpenCount: Long, val avgLatencyMillis: Double, val p95LatencyMillis: Double)

Constructors

Link copied to clipboard
constructor(scope: String, requestCount: Long, successCount: Long, failureCount: Long, retryCount: Long, circuitOpenCount: Long, avgLatencyMillis: Double, p95LatencyMillis: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard