This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Prometheus metrics #11823
Open
adria0
wants to merge
34
commits into
master
Choose a base branch
from
adria0/prometheus-tokio-compat
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Prometheus metrics #11823
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
651da65
wip
f85bd40
working version
6e967d6
fix perf compilation
6665e8d
docker-compose
66d11ba
Add missing forks to fork ID (#11747)
vorot93 9132ab2
Implementation of EIP 2537 (#11707)
shamatar 4a26608
update secret-store reference (#11761)
svyatonik b76c116
Update Simple Subroutines to the latest spec (#11731)
adria0 588908e
Add YOLO-1 testnet
vorot93 47c535b
Upgrade num to 0.2, use enum-primitive-derive (#11636)
vorot93 40b885c
Better board & metrics
defa348
Fix tests
d747efb
Dev & Host docker-composes
d213ec0
Use hyper instead rpc
5140770
Update to master
3d9e9f0
Minor changes
b1c0527
Fix tests
53cc9ea
Metrics only for full client ci-build-docker
1fa9123
wip
6179214
Serve prometheus in tokio compat
137c86d
update to runtime 0.1.2
b523e39
Update ethcore/snapshot/src/service.rs
adria0 e69504e
Update ethcore/src/client/client.rs
adria0 631a1e9
Update ethcore/sync/src/api.rs
adria0 76bdfe3
Update ethcore/sync/src/api.rs
adria0 02595b0
Update util/stats/src/lib.rs
adria0 f75316c
Merge branch 'master' into adria0/prometheus-tokio-compat
adria0 4014fe1
Rename to taking_snapshot_at
19b7279
Fix metrics Results handling
14598b3
use parking_lot::Mutex
b9b6758
spawn_blocking metrics collection
6f8b668
Update util/stats/src/lib.rs
adria0 0a4bd5c
fix rust2018 use
16d89fc
Use Duration::as_millis()
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
Large diffs are not rendered by default.
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
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
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
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 drop the read-lock here?
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.
Yeah consider putting this under a scope
{ }
.