We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For dotnet 8, meters now support additional information as part of the meter itself (rather than each individual value). See https://github.com/dotnet/runtime/pull/90417/files#diff-8797eae6d3e644ed047f952e10d4240fe18175f754586666823b555f46968672L1435-R1486.
This includes:
The data can be gathered as part of the BeginInstrumentReporting TraceEvent. See https://github.com/dotnet/diagnostics/blob/9eee79a44914fdb703664ee6461298161339cb4f/src/Microsoft.Diagnostics.Monitoring.EventPipe/Counters/TraceEventExtensions.cs#L82.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
For dotnet 8, meters now support additional information as part of the meter itself (rather than each individual value). See https://github.com/dotnet/runtime/pull/90417/files#diff-8797eae6d3e644ed047f952e10d4240fe18175f754586666823b555f46968672L1435-R1486.
This includes:
The data can be gathered as part of the BeginInstrumentReporting TraceEvent. See https://github.com/dotnet/diagnostics/blob/9eee79a44914fdb703664ee6461298161339cb4f/src/Microsoft.Diagnostics.Monitoring.EventPipe/Counters/TraceEventExtensions.cs#L82.
The text was updated successfully, but these errors were encountered: