-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinstock-escaped.txt
42 lines (39 loc) · 1.33 KB
/
finstock-escaped.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
data: {
"name": "someName",
"type": "type",
"group": "group",
"isCircuitBreakerOpen":false,
"errorPercentage": 10,
"requestCount":231,
"rollingCountCollapsedRequests":1,
"rollingCountExceptionsThrown":1,
"rollingCountFailure":1,
"rollingCountFallbackFailure":1,
"rollingCountFallbackRejection":1,
"rollingCountFallbackSuccess":1,
"rollingCountResponsesFromCache":1,
"rollingCountSemaphoreRejected":1,
"rollingCountShortCircuited":1,
"rollingCountSuccess":1,
"rollingCountThreadPoolRejected":1,
"rollingCountTimeout":1,
"currentConcurrentExecutionCount":1,
"latencyExecute_mean":100,
"latencyExecute":200,
"latencyTotal_mean":300,
"latencyTotal":400,
"propertyValue_circuitBreakerRequestVolumeThreshold":1,
"propertyValue_circuitBreakerSleepWindowInMilliseconds":1,
"propertyValue_circuitBreakerErrorThresholdPercentage":1,
"propertyValue_circuitBreakerForceOpen":1,
"propertyValue_executionIsolationStrategy":1,
"propertyValue_executionIsolationThreadTimeoutInMilliseconds":1,
"propertyValue_executionIsolationThreadInterruptOnTimeout":1,
"propertyValue_executionIsolationSemaphoreMaxConcurrentRequests":1,
"propertyValue_fallbackIsolationSemaphoreMaxConcurrentRequests":1,
"propertyValue_requestCacheEnabled":1,
"propertyValue_requestLogEnabled":1,
"propertyValue_metricsRollingStatisticalWindowInMilliseconds":1
}
}