Skip to content

Commit

Permalink
Disable default feature for metrics-exporter-prometheus (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirreke authored Jun 10, 2024
1 parent e63bcab commit 819d4e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rumqttd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ config = "0.14"
tracing = { version="0.1", features=["log"] }
tracing-subscriber = { version="0.3.18", features=["env-filter"] }
metrics = "0.22.1"
metrics-exporter-prometheus = "0.13.1"
metrics-exporter-prometheus = { version = "0.13.1", default-features = false, features = ["http-listener"] }
clap = { version = "4.4", features = ["derive"] }
axum = "0.7.4"
rand = "0.8.5"
Expand Down

0 comments on commit 819d4e3

Please sign in to comment.