Skip to content

Commit

Permalink
chore: add 150 kB to msg size histogram metric (#2430)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavlin committed Mar 14, 2024
1 parent c6c376b commit 2c1391d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/node/waku_node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import

declarePublicCounter waku_node_messages, "number of messages received", ["type"]
declarePublicHistogram waku_histogram_message_size, "message size histogram in kB",
buckets = [0.0, 5.0, 15.0, 50.0, 100.0, 300.0, 700.0, 1000.0, Inf]
buckets = [0.0, 5.0, 15.0, 50.0, 75.0, 100.0, 125.0, 150.0, 300.0, 700.0, 1000.0, Inf]

declarePublicGauge waku_version, "Waku version info (in git describe format)", ["version"]
declarePublicGauge waku_node_errors, "number of wakunode errors", ["type"]
Expand Down

0 comments on commit 2c1391d

Please sign in to comment.