Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Include info about numerical type used in metrics in telemetry.md #1673

Merged
merged 2 commits into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/advanced/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ These values are subsequently reflected in the following metering instruments ex
### Instrument: `resilience.polly.strategy.events`

- Type: *Counter*
- Numerical type of measurement: *int*
- Description: Emitted upon the occurrence of a resilience event.

Tags:
Expand All @@ -122,6 +123,7 @@ Tags:

- Type: *Histogram*
- Unit: *milliseconds*
- Numerical type of measurement: *double*
- Description: Tracks the duration of execution attempts, produced by `Retry` and `Hedging` resilience strategies.

Tags:
Expand All @@ -142,6 +144,7 @@ Tags:

- Type: *Histogram*
- Unit: *milliseconds*
- Numerical type of measurement: *double*
- Description: Measures the duration of resilience pipelines.

Tags:
Expand Down