Skip to content

Commit

Permalink
docs: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 14, 2024
1 parent 8aa56d9 commit 5eab16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rs-drive-abci/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use metrics_exporter_prometheus::PrometheusBuilder;

/// Default Prometheus port (29090)
pub const DEFAULT_PROMETHEUS_PORT: u16 = 29090;

/// Last block time in seconds
const COUNTER_LAST_BLOCK_TIME: &str = "abci_last_block_time_seconds";
const COUNTER_LAST_HEIGHT: &str = "abci_last_finalized_height";
const HISTOGRAM_FINALIZED_ROUND: &str = "abci_finalized_round";
Expand Down

0 comments on commit 5eab16c

Please sign in to comment.