refactor(metrics): migrate scanner report timestamps to jiff (#5710)

* refactor(metrics): migrate scanner report timestamps to jiff

Co-Authored-By: heihutu <heihutu@gmail.com>

* refactor(madmin): migrate admin timestamps to jiff (#5712)

Co-authored-by: heihutu <heihutu@gmail.com>

* refactor(storage): migrate RPC DTO timestamps to jiff (#5713)

Co-authored-by: heihutu <heihutu@gmail.com>

---------

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-08-05 02:35:38 +08:00
committed by GitHub
parent 3dabac4a09
commit 16c2928965
14 changed files with 458 additions and 115 deletions
Generated
+4 -1
View File
@@ -9175,10 +9175,12 @@ version = "1.0.0-beta.12"
dependencies = [
"chrono",
"hotpath",
"jiff",
"metrics",
"rmp-serde",
"s3s",
"serde",
"serde_json",
"tokio",
"tonic",
"tracing",
@@ -9294,6 +9296,7 @@ dependencies = [
"hyper-rustls",
"hyper-util",
"insta",
"jiff",
"lazy_static",
"libc",
"md-5 0.11.0",
@@ -9719,10 +9722,10 @@ dependencies = [
name = "rustfs-madmin"
version = "1.0.0-beta.12"
dependencies = [
"chrono",
"hotpath",
"humantime",
"hyper",
"jiff",
"rmp-serde",
"serde",
"serde_json",