fix: linting error (#3156)

This commit is contained in:
gabrielmer 2024-10-29 15:36:21 +02:00 committed by GitHub
parent 5c7720c24d
commit 99ac68447c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@ import
declarePublicCounter waku_node_messages, "number of messages received", ["type"]
declarePublicHistogram waku_histogram_message_size,
"message size histogram in kB",
buckets = [0.0, 1.0, 3.0, 5.0, 15.0, 50.0, 75.0, 100.0, 125.0, 150.0, 500.0, 700.0, 1000.0, Inf]
buckets = [
0.0, 1.0, 3.0, 5.0, 15.0, 50.0, 75.0, 100.0, 125.0, 150.0, 500.0, 700.0, 1000.0, Inf
]
declarePublicGauge waku_version,
"Waku version info (in git describe format)", ["version"]