From 99afdfc63b697953167d243c96014c6b3b6239e8 Mon Sep 17 00:00:00 2001 From: Mikel Blanchard Date: Wed, 15 Jan 2025 10:17:34 -0800 Subject: [PATCH] Link to advice guide in docs. --- 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 b4cd0892ec6..75d55077a15 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