Skip to content

Commit e002f12

Browse files
authored
chore: update instrumentation list [automated] (#15534)
Co-authored-by: otelbot <[email protected]>
1 parent 5e73de2 commit e002f12

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/instrumentation-list.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)