Compare commits

..

1 Commits

Author SHA1 Message Date
0g-peterzhb
f351bf799f
Merge b352184dc6 into 2947cb7ac6 2024-10-21 21:25:14 +08:00
5 changed files with 5 additions and 6 deletions

3
Cargo.lock generated
View File

@ -4715,10 +4715,9 @@ dependencies = [
[[package]]
name = "metrics"
version = "0.1.0"
source = "git+https://github.com/Conflux-Chain/conflux-rust.git?rev=c4734e337c66d38e6396742cd5117b596e8d2603#c4734e337c66d38e6396742cd5117b596e8d2603"
source = "git+https://github.com/Conflux-Chain/conflux-rust.git?rev=992ebc5483d937c8f6b883e266f8ed2a67a7fa9a#992ebc5483d937c8f6b883e266f8ed2a67a7fa9a"
dependencies = [
"chrono",
"duration-str",
"futures",
"influx_db_client",
"lazy_static",

View File

@ -28,7 +28,7 @@ members = [
resolver = "2"
[workspace.dependencies]
metrics = { git = "https://github.com/Conflux-Chain/conflux-rust.git", rev = "c4734e337c66d38e6396742cd5117b596e8d2603" }
metrics = { git = "https://github.com/Conflux-Chain/conflux-rust.git", rev = "992ebc5483d937c8f6b883e266f8ed2a67a7fa9a" }
[patch.crates-io]
discv5 = { path = "version-meld/discv5" }

View File

@ -324,7 +324,7 @@ auto_sync_enabled = true
# enabled = false
# Interval to output metrics periodically, e.g. "10s", "30s" or "60s".
# report_interval = "10s"
# report_interval = ""
# File name to output metrics periodically.
# file_report_output = ""

View File

@ -336,7 +336,7 @@ auto_sync_enabled = true
# enabled = false
# Interval to output metrics periodically, e.g. "10s", "30s" or "60s".
# report_interval = "10s"
# report_interval = ""
# File name to output metrics periodically.
# file_report_output = ""

View File

@ -338,7 +338,7 @@
# enabled = false
# Interval to output metrics periodically, e.g. "10s", "30s" or "60s".
# report_interval = "10s"
# report_interval = ""
# File name to output metrics periodically.
# file_report_output = ""