package
5.10.0-jeremy-eip-1559+incompatible
Repository: https://github.com/sei-protocol/sei-chain.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

No description provided by the author
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 for block base fee with label for block height Metric Name: sei_evm_block_base_fee.
Gauge metric with seid version and git commit as labels Metric Name: seid_version_and_commit.
Gauge for gas price paid for transactions Metric Name: sei_evm_effective_gas_price.
IncrConsumerEventCount increments the counter for events consumed.
Measures the time taken to execute a sudo msg Metric Names: sei_tx_process_type_count.
No description provided by the author
No description provided by the author
Measures the number of times optimistic processing runs Metric Name: sei_optimistic_processing_counter.
Measures RPC endpoint request throughput Metric Name: sei_rpc_request_counter.
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.
IncrProducerEventCount increments the counter for events produced.
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 number of new websocket connects Metric Name: sei_websocket_connect.
Measures the time taken to execute a batch tx Metric Names: sei_deliver_batch_tx_duration_miliseconds sei_deliver_batch_tx_duration_miliseconds_count sei_deliver_batch_tx_duration_miliseconds_sum.
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 RPC request latency in milliseconds Metric Name: sei_rpc_request_latency_ms.
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>.
Measures throughput per message type 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
No description provided by the author