Skip to content

Commit 17779dd

Browse files
committed
Use dimension instead of coordinate
1 parent 41a7bbb commit 17779dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/telemetry.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ var serviceCollection = new ServiceCollection()
7777

7878
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.
7979

80-
Every telemetry event has the following coordinates:
80+
Every telemetry event has the following dimensions:
8181

8282
- `pipeline-name`: Optional, comes from `ResiliencePipelineBuilder.Name`.
8383
- `pipeline-instance`: Optional, comes from `ResiliencePipelineBuilder.InstanceName`.
84-
- `strategy-name`: Optional, comes from `ResilienceStrategyProperties.Name`.
84+
- `strategy-name`: Optional, comes from `RetryStrategyOptions.Name`.
8585

86-
The sample below demonstrates how to assign the coordinates:
86+
The sample below demonstrates how to assign these dimensions:
8787

8888
<!-- snippet: telemetry-coordinates -->
8989
```cs

0 commit comments

Comments
 (0)