-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
network: remove near_<msg-type>_{total,bytes} metrics (#6661)
Remove `near_<msg-type>_total` metrics. Data in those metrics are available in a `near_peer_message_received_by_type_total` metric with a `type` label which is easier to deal with. Similarly, `replace near_<msg-type>_bytes` metrics with a single new `near_peer_message_received_by_type_bytes` metric using `type` label. The `near_<msg-type>_dropped` metric is left as is for now but will be dealt with in another change.
- Loading branch information
Showing
4 changed files
with
24 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters