Skip to content

Commit b211081

Browse files
authored
chore: Enable prometheus metrics in jormungandr by default | NPG-000 (#539)
# Description Add the `prometheus-metrics` feature to the set of defaults in jormungandr.
1 parent 3400229 commit b211081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jormungandr/jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ libc = "0.2.124"
9494
nix = "0.25"
9595

9696
[features]
97-
default = ["codegen-rustfmt"]
97+
default = ["codegen-rustfmt", "prometheus-metrics"]
9898
with-bench = []
9999
codegen-rustfmt = ["chain-network/codegen-rustfmt"]
100100
integration-test = []

0 commit comments

Comments
 (0)