mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 06:23:10 +00:00
fix lint error
This commit is contained in:
parent
7f2023353d
commit
b1402315f5
@ -37,8 +37,7 @@ declarePublicGauge networkmonitor_peer_user_agents,
|
||||
|
||||
declarePublicHistogram networkmonitor_peer_ping,
|
||||
"Histogram tracking ping durations for discovered peers",
|
||||
buckets =
|
||||
[10.0, 20.0, 50.0, 100.0, 200.0, 300.0, 500.0, 800.0, 1000.0, 2000.0, Inf]
|
||||
buckets = [10.0, 20.0, 50.0, 100.0, 200.0, 300.0, 500.0, 800.0, 1000.0, 2000.0, Inf]
|
||||
|
||||
declarePublicGauge networkmonitor_peer_count,
|
||||
"Number of discovered peers", labels = ["connected"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user