[docs-metrics] Link to advice guide in docs (#6062)

This commit is contained in:
Mikel Blanchard 2025-01-15 10:24:26 -08:00 committed by GitHub
parent cd31c57af5
commit 90dd82c382
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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