feat: Metrics tracking for network management#404
Draft
Tw1ZZLER wants to merge 125 commits into
Draft
Conversation
I don't know if 2 Timelines will ever exist at once, but if so then this might be a problem. For now it seems to be an okay solution
This reverts commit d7ede60.
Contributor
Code Coverage OverviewLanguages: Python Python / code-coverage/pytestThe overall coverage in the branch is 84%. The coverage in the branch is 83%. Show a code coverage summary of the most impacted files.
Updated |
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Tw1ZZLER
force-pushed
the
metrics-network
branch
from
July 17, 2026 21:19
c2be45a to
79b1ec7
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add new EventTypes
RESERVATION_APPROVED,RESERVATION_REJECTED, andRESERVATION_COMPLETION, as well asTHROUGHPUTfor the modified throughput metric. Throughput and reservation start time have been removed from the minimizedCollectContext(that we are trying to do away with altogether) and are now based on existing metrics. It is worth noting that the collect method ofRateMetrichas been adjusted to quite literally copy and completely replaceRequestApp.get_throughput(). It has also been renamed toThroughputMetricas result.