toggle menu
ainsoft-rag-spring-boot-autoconfigure
0.1.0-SNAPSHOT
jvm
switch theme
search in API
ainsoft-rag-spring-boot-autoconfigure
/
com.ainsoft.rag.spring
/
ProviderScopeResponse
Provider
Scope
Response
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
)
Members
Constructors
Provider
Scope
Response
Link copied to clipboard
constructor
(
scope
:
String
,
requestCount
:
Long
,
successCount
:
Long
,
failureCount
:
Long
,
retryCount
:
Long
,
circuitOpenCount
:
Long
,
avgLatencyMillis
:
Double
,
p95LatencyMillis
:
Double
)
Properties
avg
Latency
Millis
Link copied to clipboard
val
avgLatencyMillis
:
Double
circuit
Open
Count
Link copied to clipboard
val
circuitOpenCount
:
Long
failure
Count
Link copied to clipboard
val
failureCount
:
Long
p95Latency
Millis
Link copied to clipboard
val
p95LatencyMillis
:
Double
request
Count
Link copied to clipboard
val
requestCount
:
Long
retry
Count
Link copied to clipboard
val
retryCount
:
Long
scope
Link copied to clipboard
val
scope
:
String
success
Count
Link copied to clipboard
val
successCount
:
Long