ProviderTelemetryResponse

data class ProviderTelemetryResponse(val requestCount: Long, val successCount: Long, val failureCount: Long, val retryCount: Long, val circuitOpenCount: Long, val avgLatencyMillis: Double, val p95LatencyMillis: Double, val endpoints: List<ProviderEndpointResponse>, val tenantScopes: List<ProviderScopeResponse>, val commandScopes: List<ProviderScopeResponse>)

Constructors

Link copied to clipboard
constructor(requestCount: Long, successCount: Long, failureCount: Long, retryCount: Long, circuitOpenCount: Long, avgLatencyMillis: Double, p95LatencyMillis: Double, endpoints: List<ProviderEndpointResponse>, tenantScopes: List<ProviderScopeResponse>, commandScopes: List<ProviderScopeResponse>)

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
Link copied to clipboard
Link copied to clipboard