Skip to content

Commit

Permalink
Docs: Include info about numerical types used in metrics (#1673)
Browse files Browse the repository at this point in the history
Include information about numerical type of metrics in telemetry.md.
  • Loading branch information
agehrke authored Oct 3, 2023
1 parent 5a0e9bc commit eb56dcc
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit eb56dcc

Please sign in to comment.