-
Notifications
You must be signed in to change notification settings - Fork 18
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
FEAT: hardware metrics #876
Merged
Merged
Changes from 18 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
bf19f65
added 2 dev nodes and cleaned up some actions workflow files
kmaus-near dd888d0
added 12th node and updated some workflows
kmaus-near b9cd984
pretending to be a rust dev
kmaus-near 80a770d
Merge remote-tracking branch 'origin' into kmaus-near/hardware-metrics
kmaus-near a93aeea
adding account ID to metric labels
kmaus-near efb3e85
added a 5 sec timer to metrics refresh, added total disk space
kmaus-near 60dd369
added logging config to partner terraform
kmaus-near b3804a9
merge with logging fixes
kmaus-near b589024
Made label adjustments, recalculated CPU usage and disk space
kmaus-near b5689d1
Merge branch 'develop' into kmaus-near/hardware-metrics
kmaus-near 1f7d401
removed Total memory metric and changed testnet watchtower delay
kmaus-near 9b23a41
Merge branch 'kmaus-near/hardware-metrics' of https://github.com/near…
kmaus-near 5d5684f
added environment flag to workflow file for run restrictions
kmaus-near 76e8efc
name metrics better
kmaus-near 79cb421
fix tests
kmaus-near 81ea543
merging with develop changes
kmaus-near 6da492d
added loop metric
kmaus-near 7bc43bc
formatting
kmaus-near 451107f
deleted redundant line
kmaus-near File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,3 +60,4 @@ itertools = "0.12.0" | |
http = "1.1.0" | ||
prometheus = { version = "0.13.3" } | ||
once_cell = "1.13.1" | ||
sysinfo = "0.32.0" |
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe delete this one then? there are 2
tracing::debug!("trying to advance chain signatures protocol");