You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/telemetry.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,13 +77,13 @@ var serviceCollection = new ServiceCollection()
77
77
78
78
The metrics are emitted under the `Polly` meter name. The subsequent sections provide insights into the metrics produced by Polly. Please note that any custom enriched dimensions are not depicted in the following tables.
79
79
80
-
Every telemetry event has the following coordinates:
80
+
Every telemetry event has the following dimensions:
81
81
82
82
-`pipeline-name`: Optional, comes from `ResiliencePipelineBuilder.Name`.
83
83
-`pipeline-instance`: Optional, comes from `ResiliencePipelineBuilder.InstanceName`.
84
-
-`strategy-name`: Optional, comes from `ResilienceStrategyProperties.Name`.
84
+
-`strategy-name`: Optional, comes from `RetryStrategyOptions.Name`.
85
85
86
-
The sample below demonstrates how to assign the coordinates:
86
+
The sample below demonstrates how to assign these dimensions:
0 commit comments