Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Release v0.3.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jun 6, 2023
2 parents 12ec9da + 08a8385 commit 8b1fd19
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 77 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

## Unreleased

> Nothing yet.
## v0.3.0

*June 6th, 2023*

- Add a `populate_on_start` option to the `metrics` section in the configuration to
populate the Prometheus metrics on start by replaying all packets present in the database so far.
([#8](https://github.com/informalsystems/chainpulse/pull/8))

**Warning:** Use with caution if you are already tracking any of the counters with Prometheus as this
will result in inflated results for all counters (but not gauges or histograms).
([#8](https://github.com/informalsystems/chainpulse/pull/8))
- Monitor packets stuck on IBC channels, and expose their number per channel as a new `ibc_stuck_packets` metric
([#9](https://github.com/informalsystems/chainpulse/pull/9))

Expand Down
131 changes: 56 additions & 75 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainpulse"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
description = "Chainpulse is a monitoring tool for IBC relayers"
Expand Down

0 comments on commit 8b1fd19

Please sign in to comment.