package
0.0.0-20230731053445-bf468637a738
Repository: https://github.com/fibonacci-chain/core.git
Documentation: pkg.go.dev
# README
Sei Metrics
This is intended to be an utility library to expose additional metrics that's useful for monitoring a given Sei chain. It buils ontop of the existing Cosmos SDK telemetry library
Note: In-memory sink is always attached (when the telemetry is enabled) with 10 second interval and 1 minute retention. This means that metrics will be aggregated over 10 seconds, and metrics will be kept alive for 1 minute.
# Functions
Measures the time taken to process a block by the process type Metric Names:
sei_process_block_miliseconds sei_process_block_miliseconds_count sei_process_block_miliseconds_sum.
Gauge metric with fbchaind version and git commit as labels Metric Name:
fbchaind_version_and_commit.
Measures the time taken to execute a sudo msg Metric Names:
sei_tx_process_type_count.
Measures failed sudo execution count Metric Name:
sei_sudo_error_count.
Counts the number of concurrent transactions that failed Metric Names:
sei_tx_concurrent_delivertx_error.
Measures the number of times the total block gas wanted in the proposal exceeds the max Metric Name:
sei_failed_total_gas_wanted_check.
Measures the number of times the total block gas wanted in the proposal exceeds the max Metric Name:
sei_tx_gas_counter.
Counts the number of operations that failed due to operation timeout Metric Names:
sei_log_not_done_after_counter.
Measures number of times a denom's price is updated Metric Name:
sei_oracle_price_update_count.
sei_tx_process_type_count.
Measures the number of times the total block gas wanted in the proposal exceeds the max Metric Name:
sei_failed_total_gas_wanted_check.
Measures the time taken to execute a sudo msg Metric Names:
sei_deliver_tx_duration_miliseconds sei_deliver_tx_duration_miliseconds_count sei_deliver_tx_duration_miliseconds_sum.
Measures the time taken to execute a sudo msg Metric Names:
sei_sudo_duration_miliseconds sei_sudo_duration_miliseconds_count sei_sudo_duration_miliseconds_sum.
Measures number of times a denom's price is updated Metric Name:
sei_oracle_price_update_count.
sei_epoch_new.
sei_oracle_vote_penalty_count.
Measures throughput Metric Name:
sei_throughput_<metric_name>.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author