File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -3946,6 +3946,25 @@ libraries:
39463946 type : STRING
39473947 - name : failsafe.circuit_breaker.state
39483948 type : STRING
3949+ - name : failsafe.retry_policy.attempts
3950+ description : Number of attempts for each execution.
3951+ type : HISTOGRAM
3952+ unit : attempt
3953+ attributes :
3954+ - name : failsafe.retry_policy.name
3955+ type : STRING
3956+ - name : failsafe.retry_policy.outcome
3957+ type : STRING
3958+ - name : failsafe.retry_policy.execution.count
3959+ description : Count of execution attempts processed by the retry policy, where
3960+ one execution represents the total number of attempts.
3961+ type : LONG_SUM
3962+ unit : execution
3963+ attributes :
3964+ - name : failsafe.retry_policy.name
3965+ type : STRING
3966+ - name : failsafe.retry_policy.outcome
3967+ type : STRING
39493968 finagle :
39503969 - name : finagle-http-23.11
39513970 description : |
You can’t perform that action at this time.
0 commit comments