Rate limit counter metrics points to one per second (#5496)
* Rate limit counter metrics points to one per second * Remove old env var * Test that metrics counter is incrementing * Fix typo
This commit is contained in:
@ -60,10 +60,6 @@ solana_replicator=$(solana_program replicator)
|
||||
|
||||
export RUST_BACKTRACE=1
|
||||
|
||||
if [[ -z $SOLANA_METRICS_HIGH_RATE ]]; then
|
||||
export SOLANA_METRICS_HIGH_RATE=1000
|
||||
fi
|
||||
|
||||
# shellcheck source=scripts/configure-metrics.sh
|
||||
source "$SOLANA_ROOT"/scripts/configure-metrics.sh
|
||||
|
||||
|
Reference in New Issue
Block a user