Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/instrumentation-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3946,6 +3946,25 @@ libraries:
type: STRING
- name: failsafe.circuit_breaker.state
type: STRING
- name: failsafe.retry_policy.attempts
description: Number of attempts for each execution.
type: HISTOGRAM
unit: attempt
attributes:
- name: failsafe.retry_policy.name
type: STRING
- name: failsafe.retry_policy.outcome
type: STRING
- name: failsafe.retry_policy.execution.count
description: Count of execution attempts processed by the retry policy, where
one execution represents the total number of attempts.
type: LONG_SUM
unit: execution
attributes:
- name: failsafe.retry_policy.name
type: STRING
- name: failsafe.retry_policy.outcome
type: STRING
finagle:
- name: finagle-http-23.11
description: |
Expand Down
Loading