-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
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
[Dotnet Monitor] Ignore - Adding System.Diagnostics.Metrics Support #3529
Merged
wiktork
merged 12 commits into
dotnet:feature/eventPipeMeters
from
kkeirstead:kkeirstead/SystemDiagnosticsMetrics
Nov 30, 2022
Merged
[Dotnet Monitor] Ignore - Adding System.Diagnostics.Metrics Support #3529
wiktork
merged 12 commits into
dotnet:feature/eventPipeMeters
from
kkeirstead:kkeirstead/SystemDiagnosticsMetrics
Nov 30, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…te as I investigate other types of metrics
…provider to go through.
…ence-packages build 20221129.1 (dotnet#3528) [main] Update dependencies from dotnet/source-build-reference-packages
wiktork
approved these changes
Nov 30, 2022
…irstead/SystemDiagnosticsMetrics
wiktork
pushed a commit
that referenced
this pull request
Nov 30, 2022
…3529) * Got basic counter rate end-to-end working - currently in a broken state as I investigate other types of metrics * Leftovers from previous commit * Gauges working for systems diagnostics metrics * Added in histogram, adding in options for maxHistograms and maxTimeSeries * Added in error payloads for logging purposes * Temporarily changed visibility for testing - this may be reverted later * Now handling multiple sessions * Added filtering for counters, instead of allowing all counters for a provider to go through. * Handle observable... errors * Some cleanup, added error event check * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221129.1 (#3528) [main] Update dependencies from dotnet/source-build-reference-packages Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
wiktork
pushed a commit
that referenced
this pull request
Jan 27, 2023
…3529) * Got basic counter rate end-to-end working - currently in a broken state as I investigate other types of metrics * Leftovers from previous commit * Gauges working for systems diagnostics metrics * Added in histogram, adding in options for maxHistograms and maxTimeSeries * Added in error payloads for logging purposes * Temporarily changed visibility for testing - this may be reverted later * Now handling multiple sessions * Added filtering for counters, instead of allowing all counters for a provider to go through. * Handle observable... errors * Some cleanup, added error event check * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221129.1 (#3528) [main] Update dependencies from dotnet/source-build-reference-packages Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
wiktork
added a commit
that referenced
this pull request
Jan 30, 2023
…tor (#3587) * [Dotnet Monitor] Ignore - Adding System.Diagnostics.Metrics Support (#3529) * Got basic counter rate end-to-end working - currently in a broken state as I investigate other types of metrics * Leftovers from previous commit * Gauges working for systems diagnostics metrics * Added in histogram, adding in options for maxHistograms and maxTimeSeries * Added in error payloads for logging purposes * Temporarily changed visibility for testing - this may be reverted later * Now handling multiple sessions * Added filtering for counters, instead of allowing all counters for a provider to go through. * Handle observable... errors * Some cleanup, added error event check * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221129.1 (#3528) [main] Update dependencies from dotnet/source-build-reference-packages Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> * [Dotnet Monitor] Revert To Logging a single payload (not a list) (#3538) * [Feature branch changes, no review] Fixup counter apis (#3559) * Fix ICountersLogger contract * MetadataUpdates * Fixup api protection levels * Fixup tests and add CounterEnded payload * Fixup metadata parsing * [Dotnet-Monitor] [Feature Branch] Switched quantile to Percentile (#3567) * Minor branch cleanup * PR for feature branch * PR feedback * Pr feedback feedback * Convert Histogram to single payload * Tweaks to account for new All flag * Fixed build/test failures from Wiktor's changes * Fix issue with empty quantiles * Initial PR feedback (#3620) * Fixes outdated naming in test --------- Co-authored-by: kkeirstead <[email protected]> Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: kkeirstead <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is still in development and going into a feature branch.