Skip to content

Commit

Permalink
remove new line in help and fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Jul 12, 2023
1 parent 2e798f2 commit 3b69d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/advanced_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Prometheus exporter**

If you started `rly` with the default `--debug-addr` argument,
you can use `http://$IP:7597/relayer/metrics` as a target for your prometheus scraper.
you can use `http://$IP:5183/relayer/metrics` as a target for your prometheus scraper.

**Example metrics**

Expand Down
3 changes: 1 addition & 2 deletions relayer/processor/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ func NewPrometheusMetrics() *PrometheusMetrics {
}, walletLabels),
BlockQueryFailure: registerer.NewCounterVec(prometheus.CounterOpts{
Name: "cosmos_relayer_block_query_failure",
Help: `The total number of block query failures.
These are separated into two catagories: "RPC Client" and "Header"`,
Help: "The total number of block query failures. The failures are separated into two catagories: 'RPC Client' and 'IBCHeader'",
}, blockQueryFailureLabels),
}
}

0 comments on commit 3b69d5a

Please sign in to comment.