Skip to content

Commit eb56dcc

Browse files
authored
Docs: Include info about numerical types used in metrics (#1673)
Include information about numerical type of metrics in telemetry.md.
1 parent 5a0e9bc commit eb56dcc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/advanced/telemetry.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ These values are subsequently reflected in the following metering instruments ex
104104
### Instrument: `resilience.polly.strategy.events`
105105

106106
- Type: *Counter*
107+
- Numerical type of measurement: *int*
107108
- Description: Emitted upon the occurrence of a resilience event.
108109

109110
Tags:
@@ -122,6 +123,7 @@ Tags:
122123

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

127129
Tags:
@@ -142,6 +144,7 @@ Tags:
142144

143145
- Type: *Histogram*
144146
- Unit: *milliseconds*
147+
- Numerical type of measurement: *double*
145148
- Description: Measures the duration of resilience pipelines.
146149

147150
Tags:

0 commit comments

Comments
 (0)