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 24d8809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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`.

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 24d8809

Please sign in to comment.