Skip to content

Commit 0b5f597

Browse files
committed
address readme comments
1 parent a478455 commit 0b5f597

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

apps/price_pusher/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,13 @@ The price_pusher now supports Prometheus metrics to monitor the health and perfo
268268

269269
The 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
286286
Example:
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

0 commit comments

Comments
 (0)