-
Notifications
You must be signed in to change notification settings - Fork 2.6k
WIP: prometheus exporter in substrate #4505
Conversation
It looks like @nodebreaker0-0 hasn't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io Once you've signed, please reply to this thread with Many thanks, Parity Technologies CLA Bot |
For future review, would you please: Thanks |
d8fe641
to
4d0686b
Compare
Do I need to transfer the proteheus module to the utils folder? |
As grafana is also in utils, it sounds like a good idea to move it to this folder. |
* build node job is separated from build substrate; less dupes, cleanup * it's not effective yet to split these jobs
* Fix cli for structopt 0.3.7 and pin to that version This is just some hotfix to make everything compile. In the future it will require another pr to not depend on internals of StructOpt, but that will probably also require some additions to StructOpt itself. To not break the code again with another StructOpt, this also pins the StructOpt version. * Fix benches * Fix for fix
* Make wasm-builder remove invalid members Wasm-builder now removes members that point to packages that do not exist anymore or that were renamed. Up to now, the build would fail and required manual fixing. * Fixes build
original brunch, PR |
We are B-Harvest working on w3f granted project(https://github.com/w3f/Web3-collaboration/blob/master/grants/speculative/substrate%20x%20(prometheus%20%2B%20grafana)%20by%20B-Harvest.md). This PR is a draft implementation to request a review to be merged from parity team. We will do necessary modification if raised.
Please refer to README.md for detailed function information.