Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
shorten metric names
Browse files Browse the repository at this point in the history
  • Loading branch information
greg committed Jul 19, 2023
1 parent 616326b commit 61151c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gossip/src/crds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -680,14 +680,14 @@ impl CrdsDataStats {

if should_report_message_signature(&entry.value.signature) {
datapoint_info!(
"cluster_info_crds_message_signatures",
"gossip_crds_sample",
(
"crds_origin",
"origin",
entry.value.pubkey().to_string().get(..8),
Option<String>
),
(
"crds_signature",
"signature",
entry.value.signature.to_string().get(..8),
Option<String>
)
Expand Down

0 comments on commit 61151c1

Please sign in to comment.