chore(deps): use `prometheus-client` v0.23 (#3732)

this updates the prometheus client dependency.

additionally, this commit updates the `kubert-prometheus-tokio`
dependency, so that we agree on the client library in use.

Signed-off-by: katelyn martin <kate@buoyant.io>
This commit is contained in:
katelyn martin 2025-03-11 17:42:13 -04:00 committed by GitHub
parent 4c79bdf730
commit 575ba0008b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 18 additions and 18 deletions

View File

@ -1233,9 +1233,9 @@ dependencies = [
[[package]]
name = "kubert-prometheus-tokio"
version = "0.1.0"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a101fa3df488c89130664aaf4652986da49e204fb1725d089122f75b22ff6cbb"
checksum = "639670482534c37eb44caf6f4b72cc5da2f2c06aed39d1fb0cba940569428212"
dependencies = [
"prometheus-client",
"tokio",
@ -3204,9 +3204,9 @@ dependencies = [
[[package]]
name = "prometheus-client"
version = "0.22.3"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "504ee9ff529add891127c4827eb481bd69dc0ebc72e9a682e187db4caa60c3ca"
checksum = "cf41c1a7c32ed72abe5082fb19505b969095c12da9f5732a4bc9878757fd087c"
dependencies = [
"dtoa",
"itoa",
@ -3927,9 +3927,9 @@ dependencies = [
[[package]]
name = "tokio-metrics"
version = "0.3.1"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eace09241d62c98b7eeb1107d4c5c64ca3bd7da92e8c218c153ab3a78f9be112"
checksum = "cb2bb07a8451c4c6fa8b3497ad198510d8b8dffa5df5cfb97a64102a58b113c8"
dependencies = [
"futures-util",
"pin-project-lite",

View File

@ -20,7 +20,7 @@ http-body = { workspace = true }
hyper = { workspace = true, features = ["deprecated", "http1", "http2"] }
futures = { version = "0.3", default-features = false }
ipnet = "2.11"
prometheus-client = "0.22"
prometheus-client = "0.23"
regex = "1"
serde_json = "1"
thiserror = "2"

View File

@ -26,7 +26,7 @@ linkerd2-proxy-api = { workspace = true, features = ["outbound"] }
once_cell = "1"
parking_lot = "0.12"
pin-project = "1"
prometheus-client = "0.22"
prometheus-client = "0.23"
thiserror = "2"
tokio = { version = "1", features = ["sync"] }
tonic = { workspace = true, default-features = false }

View File

@ -7,7 +7,7 @@ publish = false
[dependencies]
bytes = { workspace = true }
httparse = "1"
prometheus-client = "0.22"
prometheus-client = "0.23"
thiserror = "2"
tokio = { version = "1", features = ["time"] }
tracing = { version = "0.1" }

View File

@ -190,6 +190,6 @@ where
impl MetricConstructor<Histogram> for MkDurations {
fn new_metric(&self) -> Histogram {
Histogram::new([0.001, 0.1].into_iter())
Histogram::new([0.001, 0.1])
}
}

View File

@ -19,7 +19,7 @@ http = { workspace = true }
http-body = { workspace = true }
parking_lot = "0.12"
pin-project = "1"
prometheus-client = "0.22"
prometheus-client = "0.23"
thiserror = "2"
tokio = { version = "1", features = ["time"] }

View File

@ -33,7 +33,7 @@ struct NewHisto;
impl MetricConstructor<Histogram> for NewHisto {
fn new_metric(&self) -> Histogram {
Histogram::new([128.0, 1024.0, 10240.0].into_iter())
Histogram::new([128.0, 1024.0, 10240.0])
}
}

View File

@ -7,7 +7,7 @@ edition = "2021"
publish = false
[dependencies]
prometheus-client = "0.22"
prometheus-client = "0.23"
thiserror = "2"
tracing = "0.1"
url = "2.5.4"

View File

@ -18,7 +18,7 @@ http = { workspace = true }
http-body = { workspace = true }
hyper = { workspace = true, features = ["deprecated", "http1", "http2"] }
parking_lot = "0.12"
prometheus-client = "0.22"
prometheus-client = "0.23"
tokio = { version = "1", features = ["time"] }
tracing = "0.1"

View File

@ -10,7 +10,7 @@ publish = false
ahash = "0.8"
futures = { version = "0.3", default-features = false }
indexmap = "2"
prometheus-client = "0.22"
prometheus-client = "0.23"
rand = { version = "0.9", features = ["small_rng"] }
tokio = { version = "1", features = ["rt", "sync", "time"] }
tracing = "0.1"

View File

@ -6,6 +6,6 @@ license = "Apache-2.0"
publish = false
[dependencies]
prometheus-client = "0.22"
prometheus-client = "0.23"
linkerd-stack = { path = "../../../stack" }

View File

@ -10,7 +10,7 @@ publish = false
futures = { version = "0.3", default-features = false }
parking_lot = "0.12"
pin-project = "1"
prometheus-client = "0.22"
prometheus-client = "0.23"
thiserror = "2"
tokio = { version = "1", features = ["rt", "sync", "time"] }
tokio-util = "0.7"

View File

@ -17,7 +17,7 @@ pprof = ["linkerd-app/pprof"]
[dependencies]
futures = { version = "0.3", default-features = false }
kubert-prometheus-tokio = { version = "0.1", features = ["rt"] }
kubert-prometheus-tokio = { version = "0.2.0", features = ["rt"] }
linkerd-app = { path = "../linkerd/app" }
linkerd-metrics = { path = "../linkerd/metrics" }
# We don't actually use code from this crate in `main`; it's here only so we can