File tree Expand file tree Collapse file tree 8 files changed +8
-7
lines changed
metrics-exporter-dogstatsd
metrics-exporter-prometheus Expand file tree Collapse file tree 8 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ members = [
1313
1414[workspace .package ]
1515edition = " 2021"
16+ rust-version = " 1.71.1" # metrics-observer has a higher MSRV
1617license = " MIT"
1718repository = " https://github.com/metrics-rs/metrics"
1819homepage = " https://github.com/metrics-rs/metrics"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "metrics-benchmark"
33version = " 0.1.1-alpha.5"
44authors = [" Toby Lawrence <toby@nuclearfurnace.com>" ]
55edition = " 2018"
6- rust-version = " 1.71.1 "
6+ rust-version = { workspace = true }
77publish = false
88
99[dependencies ]
Original file line number Diff line number Diff line change 22name = " metrics-exporter-dogstatsd"
33version = " 0.9.6"
44edition = { workspace = true }
5- rust-version = " 1.71.1 "
5+ rust-version = { workspace = true }
66
77description = " A metrics-compatible exporter for sending metrics to the Datadog Agent."
88license = { workspace = true }
Original file line number Diff line number Diff line change 22name = " metrics-exporter-prometheus"
33version = " 0.17.2"
44edition = " 2018"
5- rust-version = " 1.71.1 "
5+ rust-version = { workspace = true }
66
77description = " A metrics-compatible exporter for sending metrics to Prometheus."
88license = { workspace = true }
Original file line number Diff line number Diff line change 22name = " metrics-exporter-tcp"
33version = " 0.11.1"
44edition = " 2018"
5- rust-version = " 1.71.1 "
5+ rust-version = { workspace = true }
66
77description = " A metrics-compatible exporter that outputs metrics to clients over TCP."
88license = { workspace = true }
Original file line number Diff line number Diff line change 22name = " metrics-tracing-context"
33version = " 0.18.1"
44edition = " 2018"
5- rust-version = " 1.71.1 "
5+ rust-version = { workspace = true }
66
77description = " A crate to use tracing context as metrics labels."
88license = { workspace = true }
Original file line number Diff line number Diff line change 22name = " metrics-util"
33version = " 0.20.0"
44edition = " 2018"
5- rust-version = " 1.71.1 "
5+ rust-version = { workspace = true }
66
77description = " Helper types/functions used by the metrics ecosystem."
88license = { workspace = true }
Original file line number Diff line number Diff line change 22name = " metrics"
33version = " 0.24.2"
44edition = " 2018"
5- rust-version = " 1.71.1 "
5+ rust-version = { workspace = true }
66
77description = " A lightweight metrics facade."
88license = { workspace = true }
You can’t perform that action at this time.
0 commit comments