Metrics doc minor improvement (#5508)

This commit is contained in:
Reiley Yang 2024-04-04 10:47:46 -07:00 committed by GitHub
parent b0c95307dd
commit 93237f1c95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ package, regardless of the .NET runtime version being used:
* The .NET runtime team is holding a high bar for backward compatibility on
`System.Diagnostics.DiagnosticSource` even during major version bumps, so
compatibility is not a concern here.
* Refer to the [.NET official
document](https://learn.microsoft.com/dotnet/core/diagnostics/compare-metric-apis#systemdiagnosticsmetrics)
for more information about `System.Diagnostics.Metrics`.
## Metrics API