Skip to content

Commit

Permalink
Update rules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahMarsh committed Oct 23, 2024
1 parent 6319299 commit 9e73b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/model/bulletin_board/metrics/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ groups:
expr: avg(onionProcessingTime) by (node, round)
- name: dropped_onions_group
rules:
- record: onions_dropped_by_gatekeeper
- record: onions_dropped
expr: label_replace(count(onionsSent) by (intendedReceiver), "receiver", "$1", "intendedReceiver", "(.*)") - count(onionsReceived) by (receiver)

0 comments on commit 9e73b0d

Please sign in to comment.