File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -268,13 +268,13 @@ The price_pusher now supports Prometheus metrics to monitor the health and perfo
268268
269269The following metrics are available :
270270
271- - **pyth_price_last_published_time**: The last published time of a price feed in unix timestamp
272- - **pyth_price_updates_total**: Total number of price updates pushed to the chain
273- - **pyth_price_update_duration_seconds**: Duration of price update operations in seconds
274- - **pyth_price_feeds_total**: Total number of price feeds being monitored
275- - **pyth_price_update_errors_total**: Total number of errors encountered during price updates
276- - **pyth_price_update_attempts_total**: Total number of price update attempts
277- - **pyth_wallet_balance**: Current wallet balance of the price pusher in native token units
271+ - **pyth_price_last_published_time** (Gauge) : The last published time of a price feed in unix timestamp
272+ - **pyth_price_updates_total** (Counter) : Total number of price updates pushed to the chain
273+ - **pyth_price_update_duration_seconds** (Histogram) : Duration of price update operations in seconds
274+ - **pyth_price_feeds_total** (Gauge) : Total number of price feeds being monitored
275+ - **pyth_price_update_errors_total** (Counter) : Total number of errors encountered during price updates
276+ - **pyth_price_update_attempts_total** (Counter) : Total number of price update attempts
277+ - **pyth_wallet_balance** (Gauge) : Current wallet balance of the price pusher in native token units
278278
279279# ## Configuration
280280
@@ -286,7 +286,7 @@ Metrics are enabled by default and can be configured using the following command
286286Example :
287287
288288` ` ` bash
289- node lib/index.js evm --config config.evm.mainnet.json --metrics-port 9091
289+ pnpm run dev evm --config config.evm.mainnet.json --metrics-port 9091
290290` ` `
291291
292292# ## Running Locally with Docker
You can’t perform that action at this time.
0 commit comments