-
Notifications
You must be signed in to change notification settings - Fork 670
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
Replace all chain namespaces with labels #3053
Merged
Merged
Changes from 70 commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
a832333
Start metrics revamp
StephenButtolph d609481
nit
StephenButtolph eeceb4a
nit
StephenButtolph eb1bac2
nit
StephenButtolph 76f8864
update readme
StephenButtolph 73bb510
update readme
StephenButtolph 5e8c0f7
update readme
StephenButtolph a90f1cf
update readme
StephenButtolph 6d5c742
update readme
StephenButtolph f781967
update networking metrics
StephenButtolph 00630c6
update more metrics
StephenButtolph 5fb44f5
update more metrics
StephenButtolph e9a4b60
wip updating metrics
StephenButtolph 38c7bd6
seems to be working
StephenButtolph a634e7f
nit
StephenButtolph 582f45b
finish rpcchainvm
StephenButtolph ca30268
rename meterdb
StephenButtolph ca64267
rename
StephenButtolph 9098df0
wip
StephenButtolph fe4ffc8
wip
StephenButtolph 90649ce
maybe done
StephenButtolph cd44e3c
use interfaces
StephenButtolph 8abf9de
nits
StephenButtolph 744eb79
comments
StephenButtolph 50e9172
nir
StephenButtolph bb2eab1
make const
StephenButtolph 6e41c15
nit
StephenButtolph 09651fa
Merge branch 'master' into revamp-metrics
StephenButtolph 131bcc3
nits
StephenButtolph 43b00f7
nit
StephenButtolph 3fce9d9
Add constants.VMName function
StephenButtolph 3532c18
nit
StephenButtolph 1fb2c5f
merged
StephenButtolph 393342c
Remove unused metrics namespaces
StephenButtolph 33cfc07
merged
StephenButtolph 86a50c3
nit
StephenButtolph 017f90c
Merge branch 'remove-unused-namespaces' into revamp-metrics
StephenButtolph d6425d7
remove moar
StephenButtolph d1214fc
Remove api namespace
StephenButtolph 073ac5c
Remove network namespace
StephenButtolph 3f67a1d
Merge branch 'remove-unused-namespaces' into all-metrics-revamped
StephenButtolph 0fa1691
merged
StephenButtolph d19acc6
Remove db namespace
StephenButtolph 0c5488a
merged
StephenButtolph 6f114a9
merged
StephenButtolph 98aa009
merged
StephenButtolph 06e7c7e
Remove _chain_ separator in metrics
StephenButtolph 4ddc2c5
Implement label gatherer
StephenButtolph b5d9855
cleanup
StephenButtolph 66a95ef
add comment
StephenButtolph d518ac5
nit
StephenButtolph 4da46d0
Merge branch 'master' into implement-label-gatherer
StephenButtolph 1b35bc3
merged
StephenButtolph 6145c7c
merged
StephenButtolph 648274e
Merge branch 'implement-label-gatherer' into revamp-metrics
StephenButtolph 487f6fb
merged
StephenButtolph 4728e52
fix vm namespace
StephenButtolph d8db8d2
merged
StephenButtolph d564c9a
remove readme
StephenButtolph 1411f1b
use constants
StephenButtolph ee318aa
remove avalanche registerer from context
StephenButtolph 22f652c
Remove avalanche metrics registerer from consensus context
StephenButtolph 890a57c
merged
StephenButtolph 7dffd6c
nit
StephenButtolph 409b8a3
nit
StephenButtolph 7e54864
nit
StephenButtolph db6285c
merged
StephenButtolph 577fdf0
Small metrics cleanup
StephenButtolph 725f6b0
merged
StephenButtolph 7f25cf4
nit
StephenButtolph 20674ec
merged
StephenButtolph c9e449f
Merge branch 'master' into revamp-metrics
StephenButtolph 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
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.
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.
This likely resolves #1581.