Skip to content

Releases: chainflip-io/chainflip-prometheus-exporter

General improvements

11 Nov 13:07
195e123
Compare
Choose a tag to compare
  • support sol endpoints with api key
  • improve logs -> numbers are logged without the commas
  • initialize some metrics to 0 at startup

Add new metrics

04 Nov 13:14
615cd2a
Compare
Choose a tag to compare
  • add cf_block_weight
  • add cf_price_delta/cf_quote_unavailable for solana

Switch to gauges

21 Oct 11:37
a47fce7
Compare
Choose a tag to compare

Use gauges instead of counters to avoid edge cases regarding the increment of a counter in case the exporter restarts.

Solana support

24 Sep 15:46
4c020a7
Compare
Choose a tag to compare
feat: add subscription to detect reverting txs on solana (#76)

* try using subscription to detect reverted TX on solana

* finish subscription logic

Solana metrics

10 Sep 09:52
097df2c
Compare
Choose a tag to compare
Add solana watcher and metrics (#73)

* solana monitoring

* add try-catch
uncomment code

Solana metrics

10 Sep 09:42
097df2c
Compare
Choose a tag to compare

Added solana metrics:

  • aggKey balance
  • config account balance
  • durable nonces monitoring (available/unavailable nonces, check that nonces match both on-chain and on the state-chain)
  • rotation metric -> check that the rotation tx is successfull and didn't revert on-chain

Fix bug with Validator metrics

27 Aug 15:10
9a8e0d0
Compare
Choose a tag to compare

Fixed a bug which was preventing to specify more than 10 validator to monitor in the configuration

Monitoring RPCs

19 Aug 09:44
e633d24
Compare
Choose a tag to compare

With this release we changed the way the exporter collects information about the network:

  • At the protocol level we introduced some RPCs which provide access to the internal data so that we can avoid relying on the storage items reads directly

Improve logging + dot_agg_key_balance metric

29 Jul 12:50
4045751
Compare
Choose a tag to compare
  • Added state-chain block height to the logs
  • Added aggKey address as label to dot_agg_key_balance

Improvement to witness count metric

18 Jul 09:09
1ac61aa
Compare
Choose a tag to compare

Increased the liveness of cf_witness_count_failure to 10m.