axelar-models/models/descriptions/stats_core.md
2024-02-20 12:20:13 -05:00

1.2 KiB

{% docs ez_core_metrics_hourly_table_doc %}

A convenience table that aggregates block and transaction related metrics using various aggregate functions such as SUM, COUNT, MIN and MAX from the fact_transactions table, on an hourly basis. Stats for the current hour will be updated as new data arrives.

{% enddocs %}

{% docs block_timestamp_hour %}

The hour of the timestamp of the block.

{% enddocs %}

{% docs block_id_min %}

The minimum block id in the hour.

{% enddocs %}

{% docs block_id_max %}

The maximum block id in the hour.

{% enddocs %}

{% docs block_count %}

The number of blocks in the hour.

{% enddocs %}

{% docs transaction_count %}

The number of transactions in the hour.

{% enddocs %}

{% docs transaction_count_success %}

The number of successful transactions in the hour.

{% enddocs %}

{% docs transaction_count_failed %}

The number of failed transactions in the hour.

{% enddocs %}

{% docs unique_from_count %}

The number of unique tx_from addresses in the hour.

{% enddocs %}

{% docs total_fees_native %}

The sum of all fees in the hour, in the native fee currency.

{% enddocs %}

{% docs total_fees_usd %}

The sum of all fees in the hour, in USD.

{% enddocs %}