fix lint error

This commit is contained in:
NagyZoltanPeter 2024-10-30 14:32:08 +01:00
parent ebb614a9df
commit 04ec145839
No known key found for this signature in database
GPG Key ID: 16EADB9673B65368

View File

@ -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"]