-
Notifications
You must be signed in to change notification settings - Fork 2.6k
R4R: prometheus exporter in substrate #4511
Changes from 4 commits
40762b6
472aca1
1974f94
62a873d
97e37e4
f3e444e
8145df7
fca71be
855ceed
70c6bcc
5941041
7d9d341
52316ae
82cd8cf
b052829
4e831e9
0b15bc4
8025361
fd081c9
f00bb9b
398da97
84c458f
f931588
5796c85
2a45de8
8bae73b
1caa0f1
ffb4746
8a6e3c5
53c95de
23cb72e
3d1634b
55ac4f8
3cfe43c
0af2369
44f8c0e
d2bba61
5d3d9a7
32c04b4
9bde830
97faad6
f64a482
5d56d93
50f2928
8edb710
6a25ea8
18cf2be
bb388f5
77ba252
5e327c2
ccb3179
152176f
8de57c2
e76f200
55428b7
d1003e6
5c2e085
b4b4432
ee421a6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| [package] | ||
| name = "sc-prometheus" | ||
| version = "2.0.0" | ||
| authors = ["Parity Technologies <admin@parity.io>"] | ||
| description = "prometheus utils" | ||
| edition = "2018" | ||
|
|
||
| [dependencies] | ||
| hyper = { version = "0.13.1", default-features = false, features = ["stream"] } | ||
| lazy_static = "1.4" | ||
| log = "0.4.8" | ||
| prometheus = { version = "0.7", features = ["nightly", "process"]} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do I understand correctly that
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It compiles for me on stable
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should check if these features are needed though.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Compiles and exposes metrics just fine without |
||
| tokio = "0.2" | ||
| futures-util = { version = "0.3.1", default-features = false, features = ["io"] } | ||
| sp-runtime = { package = "sp-runtime",path = "../../primitives/runtime" } | ||
| derive_more = "0.99" | ||
|
|
||
| [target.'cfg(not(target_os = "unknown"))'.dependencies] | ||
| async-std = { version = "1.0.1", features = ["unstable"] } | ||
|
nodebreaker0-0 marked this conversation as resolved.
Outdated
|
||
Uh oh!
There was an error while loading. Please reload this page.