You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys. Could you help me with my question?
If we use nodeos metrics (v1/prometheus/metrics) what units of measurement are used in metrics like this?
# HELP nodeos_cpu_usage_us_total total cpu usage in microseconds for blocks
# TYPE nodeos_cpu_usage_us_total counter
nodeos_cpu_usage_us_total{block_type="incoming"} 670687406
nodeos_cpu_usage_us_total{block_type="produced"} 0
# HELP nodeos_produced_elapsed_us_total total produced blocks elapsed time
# TYPE nodeos_produced_elapsed_us_total counter
nodeos_produced_elapsed_us_total 0
# HELP nodeos_success_trx_time_us_produced_block time for successful transactions in produced block
# TYPE nodeos_success_trx_time_us_produced_block counter
nodeos_success_trx_time_us_produced_block 0
The text was updated successfully, but these errors were encountered:
The following was seen in telegram:
Hello guys. Could you help me with my question?
If we use nodeos metrics (v1/prometheus/metrics) what units of measurement are used in metrics like this?
The text was updated successfully, but these errors were encountered: