-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metrics table dumper, late aerich import
- Loading branch information
1 parent
6848a15
commit a78a9d1
Showing
8 changed files
with
108 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!-- markdownlint-disable first-line-h1 --> | ||
| name | description | type | | ||
|-|-|-| | ||
| dipdup_datasource_head_updated_timestamp | Timestamp of the last head update | Gauge | | ||
| dipdup_datasource_requests | Total number of datasource requests | Counter | | ||
| dipdup_datasource_rollbacks | Number of rollbacks | Counter | | ||
| dipdup_datasource_time_in_requests_seconds | Time spent in datasource requests | Histogram | | ||
| dipdup_http_errors | Number of http errors | Counter | | ||
| dipdup_http_errors_in_row | Number of consecutive failed requests | Gauge | | ||
| dipdup_index_handlers_matched | Index total hits | Counter | | ||
| dipdup_index_levels_to_realtime_total | Number of levels to reach realtime state | Histogram | | ||
| dipdup_index_levels_to_sync_total | Number of levels to reach synced state | Histogram | | ||
| dipdup_index_time_in_callbacks_seconds | Time spent in callbacks | Histogram | | ||
| dipdup_index_time_in_matcher_seconds | Time spent in matcher | Histogram | | ||
| dipdup_index_total_realtime_duration_seconds | Duration of the last index realtime syncronization | Histogram | | ||
| dipdup_index_total_sync_duration_seconds | Duration of the last index syncronization | Histogram | | ||
| dipdup_indexes_total | Number of indexes in operation by status | Gauge | | ||
| dipdup_levels_indexed_total | Total number of levels indexed | Gauge | | ||
| dipdup_levels_nonempty | Total number of nonempty levels indexed | Counter | | ||
| dipdup_levels_nonempty_speed | Nonempty levels per second | Gauge | | ||
| dipdup_levels_speed | Levels per second | Gauge | | ||
| dipdup_levels_speed_average | Average levels per second | Gauge | | ||
| dipdup_levels_total | Total number of levels | Gauge | | ||
| dipdup_metrics_updated_at_timestamp | Timestamp of the last metrics update | Gauge | | ||
| dipdup_objects_indexed | Total number of objects indexed | Counter | | ||
| dipdup_objects_speed | Objects per second | Gauge | | ||
| dipdup_progress | Progress in percents | Gauge | | ||
| dipdup_realtime_at_timestamp | Timestamp of the last realtime update | Gauge | | ||
| dipdup_started_at_timestamp | Timestamp of the DipDup start | Gauge | | ||
| dipdup_synchronized_at_timestamp | Timestamp of the last synchronization | Gauge | | ||
| dipdup_time_left_seconds | Time left estimated until the end | Gauge | | ||
| dipdup_time_passed_seconds | Time passed since the start | Gauge | | ||
| sqd_processor_archive_http_errors_in_row | Number of consecutive failed requests to Subsquid Network | Gauge | | ||
| sqd_processor_chain_height | Current chain height as reported by Subsquid Network | Gauge | | ||
| sqd_processor_last_block | Level of the last processed block from Subsquid Network | Gauge | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<!-- markdownlint-disable first-line-h1 --> | ||
| name | network | description | source | | ||
|-|-|-|-| | ||
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_blank) | | ||
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_evm_events) | | ||
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_evm_transactions) | | ||
| demo_evm_uniswap | EVM | Uniswap V3 pools, positions, etc. (advanced, uses TimescaleDB) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_evm_uniswap) | | ||
| demo_starknet_events | Starknet | ERC-20 token transfers (from events) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_starknet_events) | | ||
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_auction) | | ||
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_dao) | | ||
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_dex) | | ||
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_domains) | | ||
| demo_tezos_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_etherlink) | | ||
| demo_tezos_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_events) | | ||
| demo_tezos_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_factories) | | ||
| demo_tezos_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_head) | | ||
| demo_tezos_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_nft_marketplace) | | ||
| demo_tezos_raw | Tezos | Process raw operations without filtering and typed payloads | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_raw) | | ||
| demo_tezos_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_token) | | ||
| demo_tezos_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_token_balances) | | ||
| demo_tezos_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_token_transfers) | | ||
| demo_blank | | Empty config for a fresh start | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_blank) | | ||
| demo_evm_events | EVM | ERC-20 token transfers (from event logs) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_evm_events) | | ||
| demo_evm_transactions | EVM | ERC-20 token transfers (from transactions) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_evm_transactions) | | ||
| demo_evm_uniswap | EVM | Uniswap V3 pools, positions, etc. (advanced, uses TimescaleDB) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_evm_uniswap) | | ||
| demo_starknet_events | Starknet | ERC-20 token transfers (from events) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_starknet_events) | | ||
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_auction) | | ||
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_dao) | | ||
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_dex) | | ||
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_domains) | | ||
| demo_tezos_etherlink | Tezos | Etherlink smart rollup transactions | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_etherlink) | | ||
| demo_tezos_events | Tezos | Processing contract events | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_events) | | ||
| demo_tezos_factories | Tezos | Example of spawning indexes in runtime | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_factories) | | ||
| demo_tezos_head | Tezos | Processing head block metadata (realtime only) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_head) | | ||
| demo_tezos_nft_marketplace | Tezos | NFT marketplace (hic at nunc) | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_nft_marketplace) | | ||
| demo_tezos_raw | Tezos | Process raw operations without filtering and typed payloads | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_raw) | | ||
| demo_tezos_token | Tezos | FA1.2 token contract operations | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_token) | | ||
| demo_tezos_token_balances | Tezos | FA1.2 token balances | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_token_balances) | | ||
| demo_tezos_token_transfers | Tezos | FA1.2 token transfers | [link](https://github.com/dipdup-io/dipdup/tree/8.1.0/src/demo_tezos_token_transfers) | |
Oops, something went wrong.