From eb56dcc720028c7975c6bc4c0b1673feb646f6a6 Mon Sep 17 00:00:00 2001 From: Andreas Gehrke Date: Tue, 3 Oct 2023 11:27:25 +0200 Subject: [PATCH] Docs: Include info about numerical types used in metrics (#1673) Include information about numerical type of metrics in telemetry.md. --- docs/advanced/telemetry.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/advanced/telemetry.md b/docs/advanced/telemetry.md index 7c80fcfe9fb..31fcfb6952a 100644 --- a/docs/advanced/telemetry.md +++ b/docs/advanced/telemetry.md @@ -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: @@ -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: @@ -142,6 +144,7 @@ Tags: - Type: *Histogram* - Unit: *milliseconds* +- Numerical type of measurement: *double* - Description: Measures the duration of resilience pipelines. Tags: