Skip to content

Commit

Permalink
Use dimension instead of coordinate
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Sep 6, 2023
1 parent 41a7bbb commit 17779dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ var serviceCollection = new ServiceCollection()

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.

Every telemetry event has the following coordinates:
Every telemetry event has the following dimensions:

- `pipeline-name`: Optional, comes from `ResiliencePipelineBuilder.Name`.
- `pipeline-instance`: Optional, comes from `ResiliencePipelineBuilder.InstanceName`.
- `strategy-name`: Optional, comes from `ResilienceStrategyProperties.Name`.
- `strategy-name`: Optional, comes from `RetryStrategyOptions.Name`.

The sample below demonstrates how to assign the coordinates:
The sample below demonstrates how to assign these dimensions:

<!-- snippet: telemetry-coordinates -->
```cs
Expand Down

0 comments on commit 17779dd

Please sign in to comment.