Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrientos committed May 26, 2020
1 parent ba14936 commit 3823fac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ Then visit `http://localhost:9745/metrics`

The exporter takes some command line parameters that allow configuring a few things:

* `--cryptowat.exchanges`: Comma separated list of exchanges to scrap (default: `bitstamp,kraken,coinbase-pro`)
* `--cryptowat.pairs`: Comma separated list of pairs to scrap (default: `btcusd,ltcusd`)
* `--cryptowat.cachesecs`: Number of seconds to cache values for (default: 60)
* `--cryptowat.exchanges`: Comma separated list of exchanges to scrape (default: `bitstamp,kraken,coinbase-pro`)
* `--cryptowat.pairs`: Comma separated list of pairs to scrape (default: `btcusd,ltcusd`)
* `--cryptowat.cachesecs`: Number of seconds to cache values for (default: 60)
* `--web.listen-address`: Address and port to listen on (default: `:9745`)

## Generated metrics

All crypto-related metrics generated by the exporter are prefixed with `crypto_`. At the moment the exporter scraps the last known value and daily highs, lows and changes (absolute values and percents).
All crypto-related metrics generated by the exporter are prefixed with `crypto_`. At the moment the exporter scrapes the last known value and daily highs, lows and changes (absolute values and percents).

Example:

Expand Down

0 comments on commit 3823fac

Please sign in to comment.