From 90dd82c38275dc893b8b99f831ce1e00da68ab5f Mon Sep 17 00:00:00 2001 From: Mikel Blanchard Date: Wed, 15 Jan 2025 10:24:26 -0800 Subject: [PATCH] [docs-metrics] Link to advice guide in docs (#6062) --- docs/metrics/customizing-the-sdk/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/metrics/customizing-the-sdk/README.md b/docs/metrics/customizing-the-sdk/README.md index b4cd0892e..75d55077a 100644 --- a/docs/metrics/customizing-the-sdk/README.md +++ b/docs/metrics/customizing-the-sdk/README.md @@ -248,8 +248,8 @@ histogram aggregation: recommended to be used by library authors when the SDK defaults don't match the required granularity for the histogram being emitted. - See: - [InstrumentAdvice<T>](https://learn.microsoft.com/dotnet/api/system.diagnostics.metrics.instrumentadvice-1). + See: [Using Advice to customize Histogram + instruments](https://learn.microsoft.com/dotnet/core/diagnostics/metrics-instrumentation#using-advice-to-customize-histogram-instruments). ##### Base2 exponential bucket histogram aggregation