From 9e3cec0238e08202217c5e98b9607c238029ad6d Mon Sep 17 00:00:00 2001 From: otelbot <197425009+otelbot@users.noreply.github.com> Date: Sat, 6 Dec 2025 19:35:26 +0000 Subject: [PATCH] chore: update instrumentation list [automated] --- docs/instrumentation-list.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/instrumentation-list.yaml b/docs/instrumentation-list.yaml index 9e4381b43b8e..88da0438d8fe 100644 --- a/docs/instrumentation-list.yaml +++ b/docs/instrumentation-list.yaml @@ -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: |